#F34CA2

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

Shades of Brilliant Rose #F34CA2

Tints of Brilliant Rose #F34CA2

Color information

#F34CA2 (or 0xF34CA2) is unknown color: approx Brilliant Rose. HEX triplet: F3, 4C and A2. RGB value is (243,76,162). Sum of RGB (Red+Green+Blue) = 243+76+162=481 (63% of max value = 765). Red value is 243 (95.31% from 255 or 50.52% from 481); Green value is 76 (30.08% from 255 or 15.80% from 481); Blue value is 162 (63.67% from 255 or 33.68% from 481); Max value from RGB is 243 - color contains mainly: red. Hex color #F34CA2 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F34CA2 is #0CB35D. Grayscale: #878787. Windows color (decimal): -832350 or 10636531. OLE color: 10636531.

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

Color convert

RGB24376162-
CMYK00.690.330.05
HSL329.1º87.43%62.55%-
HSV(B)329.1º68.72%95.29%-
XYZ46.0726.8336.93-
YUV135.74142.83204.51-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 50.52%
GREEN value IS 76 (30.08% from 255) = 15.80%
BLUE value IS 162 (63.67% from 255) = 33.68%
R=50.52%
G=15.80%
B=33.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.33
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2437616200.690.330.05329.187.4362.55
HexF34CA2045215149573f
Octal363114242010541551112777
Binary11110011100110010100010010001011000011011010010011010111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F34CA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F34CA2; }

 p { color: rgb(243,76,162); }

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

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

 a { background-color: rgb(243,76,162); }

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

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

 span { border-color: rgb(243,76,162); }

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