Html Css Color HEX #F034A6 Persian Rose

📋 copy color: '#F034A6'

red 240 ◦ green 52 ◦ blue 166

#F034A6
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Persian Rose #F034A6

Tints of Persian Rose #F034A6

RGB

 RED value IS 240 (94.14% from 255) = 52.4%

 GREEN value IS 52 (20.7% from 255) = 11.35%

 BLUE value IS 166 (65.23% from 255) = 36.24%

R = 52.4%
G = 11.35%
B = 36.24%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.31

 K value IS 0.06

RGB Variations

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

Color information

#F034A6 (or 0xF034A6) is known color: Persian Rose. HEX triplet: F0, 34 and A6. RGB value is (240,52,166). Sum of RGB (Red+Green+Blue) = 240+52+166=458 (60% of max value = 765). Red value is 240 (94.14% from 255 or 52.40% from 458); Green value is 52 (20.70% from 255 or 11.35% from 458); Blue value is 166 (65.23% from 255 or 36.24% from 458); Max value from RGB is 240 - color contains mainly: red. Hex color #F034A6 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F034A6 is #0FCB59. Grayscale: #787878. Windows color (decimal): -1035098 or 10892528. OLE color: 10892528.

HSL color Cylindrical-coordinate representation of color #F034A6: hue angle of 323.62º degrees, saturation: 0.86, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #F034A6 is Cyan = 0, Magento = 0.78, Yellow = 0.31 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 52 166 -
CMYK 0 0.78 0.31 0.06
HSL 323.62º 0.86% 0.57% -
HSV(B) 323.62º 0.78% 0.94% -
XYZ 44.05 23.73 38.34 -
YUV 121.21 153.28 212.73 -
System Red Green Blue C M Y K H S L
Decimal 240 52 166 0 0.78 0.31 0.06 323.62 0.86 0.57
Hex F0 34 A6 0 4E 1F 6 144 56 39
Octal 360 64 246 0 116 37 6 504 126 71
Binary 11110000 110100 10100110 0 1001110 11111 110 101000100 1010110 111001

Color Harmonies of #F034A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F034A6

Black with #F034A6

Text Example


Text Example

White with #F034A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F034A6; }

 p { color: rgb(240,52,166); }

 H1.HeaderClassName
 {
   color: #F034A6;
 }
 .AnyTagClassName
 {
   color: #F034A6;
 }
</style>

background-color css

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

 a { background-color: rgb(240,52,166); }

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

border-color css

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

 span { border-color: rgb(240,52,166); }

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