Html Css Color HEX #F0249B Persian Rose

📋 copy color: '#F0249B'

red 240 ◦ green 36 ◦ blue 155

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

Shades of Persian Rose #F0249B

Tints of Persian Rose #F0249B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 35.96%

R = 55.68%
G = 8.35%
B = 35.96%

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

#F0249B (or 0xF0249B) is known color: Persian Rose. HEX triplet: F0, 24 and 9B. RGB value is (240,36,155). Sum of RGB (Red+Green+Blue) = 240+36+155=431 (57% of max value = 765). Red value is 240 (94.14% from 255 or 55.68% from 431); Green value is 36 (14.45% from 255 or 8.35% from 431); Blue value is 155 (60.94% from 255 or 35.96% from 431); Max value from RGB is 240 - color contains mainly: red. Hex color #F0249B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F0249B is #0FDB64. Grayscale: #6E6E6E. Windows color (decimal): -1039205 or 10167536. OLE color: 10167536.

HSL color Cylindrical-coordinate representation of color #F0249B: hue angle of 325º 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 #F0249B is Cyan = 0, Magento = 0.85, Yellow = 0.35 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 36 155 -
CMYK 0 0.85 0.35 0.06
HSL 325º 0.87% 0.54% -
HSV(B) 325º 0.85% 0.94% -
XYZ 42.48 22.15 33.05 -
YUV 110.56 153.09 220.32 -
System Red Green Blue C M Y K H S L
Decimal 240 36 155 0 0.85 0.35 0.06 325 0.87 0.54
Hex F0 24 9B 0 55 23 6 145 57 36
Octal 360 44 233 0 125 43 6 505 127 66
Binary 11110000 100100 10011011 0 1010101 100011 110 101000101 1010111 110110

Color Harmonies of #F0249B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0249B

Black with #F0249B

Text Example


Text Example

White with #F0249B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0249B; }

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

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

background-color css

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

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

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

border-color css

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

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

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