#F34F99

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

Shades of Brilliant Rose #F34F99

Tints of Brilliant Rose #F34F99

Color information

#F34F99 (or 0xF34F99) is unknown color: approx Brilliant Rose. HEX triplet: F3, 4F and 99. RGB value is (243,79,153). Sum of RGB (Red+Green+Blue) = 243+79+153=475 (62% of max value = 765). Red value is 243 (95.31% from 255 or 51.16% from 475); Green value is 79 (31.25% from 255 or 16.63% from 475); Blue value is 153 (60.16% from 255 or 32.21% from 475); Max value from RGB is 243 - color contains mainly: red. Hex color #F34F99 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F34F99 is #0CB066. Grayscale: #888888. Windows color (decimal): -831591 or 10047475. OLE color: 10047475.

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

Color convert

RGB24379153-
CMYK00.670.370.05
HSL332.93º87.23%63.14%-
HSV(B)332.93º67.49%95.29%-
XYZ45.5126.9532.94-
YUV136.47137.33203.98-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 51.16%
GREEN value IS 79 (31.25% from 255) = 16.63%
BLUE value IS 153 (60.16% from 255) = 32.21%
R=51.16%
G=16.63%
B=32.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.37
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2437915300.670.370.05332.9387.2363.14
HexF34F9904325514d573f
Octal363117231010345551512777
Binary11110011100111110011001010000111001011011010011011010111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F34F99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F34F99; }

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

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

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

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

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

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

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

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