#F148B5

Color #F148B5 Brilliant Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Brilliant Rose #F148B5

Tints of Brilliant Rose #F148B5

Color information

#F148B5 (or 0xF148B5) is unknown color: approx Brilliant Rose. HEX triplet: F1, 48 and B5. RGB value is (241,72,181). Sum of RGB (Red+Green+Blue) = 241+72+181=494 (65% of max value = 765). Red value is 241 (94.53% from 255 or 48.79% from 494); Green value is 72 (28.52% from 255 or 14.57% from 494); Blue value is 181 (71.09% from 255 or 36.64% from 494); Max value from RGB is 241 - color contains mainly: red. Hex color #F148B5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F148B5 is #0EB74A. Grayscale: #868686. Windows color (decimal): -964427 or 11880689. OLE color: 11880689.

HSL color Cylindrical-coordinate representation of color #F148B5: hue angle of 321.3º degrees, saturation: 0.86, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F148B5 is Cyan = 0, Magento = 0.70, Yellow = 0.25 and Black (K on CMYK) = 0.05.

Color convert

RGB24172181-
CMYK00.700.250.05
HSL321.3º85.79%61.37%-
HSV(B)321.3º70.12%94.51%-
XYZ46.9326.6746.39-
YUV134.96153.99203.64-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 241 (94.53% from 255) = 48.79%
GREEN value IS 72 (28.52% from 255) = 14.57%
BLUE value IS 181 (71.09% from 255) = 36.64%
R=48.79%
G=14.57%
B=36.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.25
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2417218100.700.250.05321.385.7961.37
HexF148B5046195141563d
Octal361110265010631550112675
Binary1111000110010001011010101000110110011011010000011010110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F148B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F148B5; }

 p { color: rgb(241,72,181); }

 H1.HeaderClassName
 {
   color: #F148B5;
 }
 .AnyTagClassName
 {
   color: #F148B5;
 }
</style>
background-color css

<style>
 a { background-color: #F148B5; }

 a { background-color: rgb(241,72,181); }

 div.DivClassName
 {
   background-color: #F148B5;
 }
 .BgClassName
 {
   background-color: #F148B5;
 }
</style>
border-color css

<style>
 span { border-color: #F148B5; }

 span { border-color: rgb(241,72,181); }

 td.TdClassName
 {
   border-color: #F148B5;
 }
 .TagClassName
 {
   border-color: #F148B5;
 }
</style>