#F34BAB

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

Shades of Brilliant Rose #F34BAB

Tints of Brilliant Rose #F34BAB

Color information

#F34BAB (or 0xF34BAB) is unknown color: approx Brilliant Rose. HEX triplet: F3, 4B and AB. RGB value is (243,75,171). Sum of RGB (Red+Green+Blue) = 243+75+171=489 (64% of max value = 765). Red value is 243 (95.31% from 255 or 49.69% from 489); Green value is 75 (29.69% from 255 or 15.34% from 489); Blue value is 171 (67.19% from 255 or 34.97% from 489); Max value from RGB is 243 - color contains mainly: red. Hex color #F34BAB is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F34BAB is #0CB454. Grayscale: #878787. Windows color (decimal): -832597 or 11226099. OLE color: 11226099.

HSL color Cylindrical-coordinate representation of color #F34BAB: hue angle of 325.71º 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 #F34BAB is Cyan = 0, Magento = 0.69, Yellow = 0.30 and Black (K on CMYK) = 0.05.

Color convert

RGB24375171-
CMYK00.690.300.05
HSL325.71º87.5%62.35%-
HSV(B)325.71º69.14%95.29%-
XYZ46.8327.0341.28-
YUV136.18147.66204.19-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 49.69%
GREEN value IS 75 (29.69% from 255) = 15.34%
BLUE value IS 171 (67.19% from 255) = 34.97%
R=49.69%
G=15.34%
B=34.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.30
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2437517100.690.300.05325.7187.562.35
HexF34BAB0451E5146583e
Octal363113253010536550613076
Binary1111001110010111010101101000101111101011010001101011000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F34BAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F34BAB; }

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

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

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

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

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

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

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

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