Html Css Color HEX #F0229C Persian Rose

📋 copy color: '#F0229C'

red 240 ◦ green 34 ◦ blue 156

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

Shades of Persian Rose #F0229C

Tints of Persian Rose #F0229C

RGB

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

 GREEN value IS 34 (13.67% from 255) = 7.91%

 BLUE value IS 156 (61.33% from 255) = 36.28%

R = 55.81%
G = 7.91%
B = 36.28%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.35

 K value IS 0.06

RGB Variations

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

Color information

#F0229C (or 0xF0229C) is known color: Persian Rose. HEX triplet: F0, 22 and 9C. RGB value is (240,34,156). Sum of RGB (Red+Green+Blue) = 240+34+156=430 (56% of max value = 765). Red value is 240 (94.14% from 255 or 55.81% from 430); Green value is 34 (13.67% from 255 or 7.91% from 430); Blue value is 156 (61.33% from 255 or 36.28% from 430); Max value from RGB is 240 - color contains mainly: red. Hex color #F0229C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F0229C is #0FDD63. Grayscale: #6D6D6D. Windows color (decimal): -1039716 or 10232560. OLE color: 10232560.

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

Color convert

RGB 240 34 156 -
CMYK 0 0.86 0.35 0.06
HSL 324.47º 0.87% 0.54% -
HSV(B) 324.47º 0.86% 0.94% -
XYZ 42.51 22.07 33.47 -
YUV 109.5 154.25 221.08 -
System Red Green Blue C M Y K H S L
Decimal 240 34 156 0 0.86 0.35 0.06 324.47 0.87 0.54
Hex F0 22 9C 0 56 23 6 144 57 36
Octal 360 42 234 0 126 43 6 504 127 66
Binary 11110000 100010 10011100 0 1010110 100011 110 101000100 1010111 110110

Color Harmonies of #F0229C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0229C

Black with #F0229C

Text Example


Text Example

White with #F0229C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0229C; }

 p { color: rgb(240,34,156); }

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

background-color css

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

 a { background-color: rgb(240,34,156); }

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

border-color css

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

 span { border-color: rgb(240,34,156); }

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