Html Css Color HEX #F0249C Persian Rose

📋 copy color: '#F0249C'

red 240 ◦ green 36 ◦ blue 156

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

Shades of Persian Rose #F0249C

Tints of Persian Rose #F0249C

RGB

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

 GREEN value IS 36 (14.45% from 255) = 8.33%

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

R = 55.56%
G = 8.33%
B = 36.11%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.35

 K value IS 0.06

RGB Variations

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

Color information

#F0249C (or 0xF0249C) is known color: Persian Rose. HEX triplet: F0, 24 and 9C. RGB value is (240,36,156). Sum of RGB (Red+Green+Blue) = 240+36+156=432 (57% of max value = 765). Red value is 240 (94.14% from 255 or 55.56% from 432); Green value is 36 (14.45% from 255 or 8.33% from 432); Blue value is 156 (61.33% from 255 or 36.11% from 432); Max value from RGB is 240 - color contains mainly: red. Hex color #F0249C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F0249C is #0FDB63. Grayscale: #6E6E6E. Windows color (decimal): -1039204 or 10233072. OLE color: 10233072.

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

Color convert

RGB 240 36 156 -
CMYK 0 0.85 0.35 0.06
HSL 324.71º 0.87% 0.54% -
HSV(B) 324.71º 0.85% 0.94% -
XYZ 42.57 22.19 33.49 -
YUV 110.68 153.59 220.24 -
System Red Green Blue C M Y K H S L
Decimal 240 36 156 0 0.85 0.35 0.06 324.71 0.87 0.54
Hex F0 24 9C 0 55 23 6 145 57 36
Octal 360 44 234 0 125 43 6 505 127 66
Binary 11110000 100100 10011100 0 1010101 100011 110 101000101 1010111 110110

Color Harmonies of #F0249C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0249C

Black with #F0249C

Text Example


Text Example

White with #F0249C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0249C; }

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

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

background-color css

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

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

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

border-color css

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

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

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