#F34FAF

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

Shades of Brilliant Rose #F34FAF

Tints of Brilliant Rose #F34FAF

Color information

#F34FAF (or 0xF34FAF) is unknown color: approx Brilliant Rose. HEX triplet: F3, 4F and AF. RGB value is (243,79,175). Sum of RGB (Red+Green+Blue) = 243+79+175=497 (65% of max value = 765). Red value is 243 (95.31% from 255 or 48.89% from 497); Green value is 79 (31.25% from 255 or 15.90% from 497); Blue value is 175 (68.75% from 255 or 35.21% from 497); Max value from RGB is 243 - color contains mainly: red. Hex color #F34FAF is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F34FAF is #0CB050. Grayscale: #8A8A8A. Windows color (decimal): -831569 or 11489267. OLE color: 11489267.

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

Color convert

RGB24379175-
CMYK00.670.280.05
HSL324.88º87.23%63.14%-
HSV(B)324.88º67.49%95.29%-
XYZ47.527.7443.41-
YUV138.98148.33202.19-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 48.89%
GREEN value IS 79 (31.25% from 255) = 15.90%
BLUE value IS 175 (68.75% from 255) = 35.21%
R=48.89%
G=15.90%
B=35.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.28
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2437917500.670.280.05324.8887.2363.14
HexF34FAF0431C5145573f
Octal363117257010334550512777
Binary1111001110011111010111101000011111001011010001011010111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F34FAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F34FAF; }

 p { color: rgb(243,79,175); }

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

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

 a { background-color: rgb(243,79,175); }

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

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

 span { border-color: rgb(243,79,175); }

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