#F34BB5

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

Shades of Brilliant Rose #F34BB5

Tints of Brilliant Rose #F34BB5

Color information

#F34BB5 (or 0xF34BB5) is unknown color: approx Brilliant Rose. HEX triplet: F3, 4B and B5. RGB value is (243,75,181). Sum of RGB (Red+Green+Blue) = 243+75+181=499 (66% of max value = 765). Red value is 243 (95.31% from 255 or 48.70% from 499); Green value is 75 (29.69% from 255 or 15.03% from 499); Blue value is 181 (71.09% from 255 or 36.27% from 499); Max value from RGB is 243 - color contains mainly: red. Hex color #F34BB5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F34BB5 is #0CB44A. Grayscale: #898989. Windows color (decimal): -832587 or 11881459. OLE color: 11881459.

HSL color Cylindrical-coordinate representation of color #F34BB5: hue angle of 322.14º degrees, saturation: 0.88, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #F34BB5 is Cyan = 0, Magento = 0.69, Yellow = 0.26 and Black (K on CMYK) = 0.05.

Color convert

RGB24375181-
CMYK00.690.260.05
HSL322.14º87.5%62.35%-
HSV(B)322.14º69.14%95.29%-
XYZ47.8227.4246.49-
YUV137.32152.66203.38-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 48.70%
GREEN value IS 75 (29.69% from 255) = 15.03%
BLUE value IS 181 (71.09% from 255) = 36.27%
R=48.70%
G=15.03%
B=36.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.26
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2437518100.690.260.05322.1487.562.35
HexF34BB50451A5142583e
Octal363113265010532550213076
Binary1111001110010111011010101000101110101011010000101011000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F34BB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F34BB5; }

 p { color: rgb(243,75,181); }

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

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

 a { background-color: rgb(243,75,181); }

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

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

 span { border-color: rgb(243,75,181); }

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