#F34CA3

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

Shades of Brilliant Rose #F34CA3

Tints of Brilliant Rose #F34CA3

Color information

#F34CA3 (or 0xF34CA3) is unknown color: approx Brilliant Rose. HEX triplet: F3, 4C and A3. RGB value is (243,76,163). Sum of RGB (Red+Green+Blue) = 243+76+163=482 (63% of max value = 765). Red value is 243 (95.31% from 255 or 50.41% from 482); Green value is 76 (30.08% from 255 or 15.77% from 482); Blue value is 163 (64.06% from 255 or 33.82% from 482); Max value from RGB is 243 - color contains mainly: red. Hex color #F34CA3 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F34CA3 is #0CB35C. Grayscale: #878787. Windows color (decimal): -832349 or 10702067. OLE color: 10702067.

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

Color convert

RGB24376163-
CMYK00.690.330.05
HSL328.74º87.43%62.55%-
HSV(B)328.74º68.72%95.29%-
XYZ46.1626.8737.4-
YUV135.85143.33204.43-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 50.41%
GREEN value IS 76 (30.08% from 255) = 15.77%
BLUE value IS 163 (64.06% from 255) = 33.82%
R=50.41%
G=15.77%
B=33.82%

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
Decimal2437616300.690.330.05328.7487.4362.55
HexF34CA3045215149573f
Octal363114243010541551112777
Binary11110011100110010100011010001011000011011010010011010111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F34CA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F34CA3; }

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

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

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

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

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

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

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

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