Html Css Color HEX #F0239F Persian Rose

📋 copy color: '#F0239F'

red 240 ◦ green 35 ◦ blue 159

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

Shades of Persian Rose #F0239F

Tints of Persian Rose #F0239F

RGB

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

 GREEN value IS 35 (14.06% from 255) = 8.06%

 BLUE value IS 159 (62.5% from 255) = 36.64%

R = 55.3%
G = 8.06%
B = 36.64%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.34

 K value IS 0.06

RGB Variations

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

Color information

#F0239F (or 0xF0239F) is known color: Persian Rose. HEX triplet: F0, 23 and 9F. RGB value is (240,35,159). Sum of RGB (Red+Green+Blue) = 240+35+159=434 (57% of max value = 765). Red value is 240 (94.14% from 255 or 55.30% from 434); Green value is 35 (14.06% from 255 or 8.06% from 434); Blue value is 159 (62.5% from 255 or 36.64% from 434); Max value from RGB is 240 - color contains mainly: red. Hex color #F0239F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F0239F is #0FDC60. Grayscale: #6E6E6E. Windows color (decimal): -1039457 or 10429424. OLE color: 10429424.

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

Color convert

RGB 240 35 159 -
CMYK 0 0.85 0.34 0.06
HSL 323.71º 0.87% 0.54% -
HSV(B) 323.71º 0.85% 0.94% -
XYZ 42.79 22.23 34.84 -
YUV 110.43 155.42 220.42 -
System Red Green Blue C M Y K H S L
Decimal 240 35 159 0 0.85 0.34 0.06 323.71 0.87 0.54
Hex F0 23 9F 0 55 22 6 144 57 36
Octal 360 43 237 0 125 42 6 504 127 66
Binary 11110000 100011 10011111 0 1010101 100010 110 101000100 1010111 110110

Color Harmonies of #F0239F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0239F

Black with #F0239F

Text Example


Text Example

White with #F0239F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0239F; }

 p { color: rgb(240,35,159); }

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

background-color css

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

 a { background-color: rgb(240,35,159); }

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

border-color css

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

 span { border-color: rgb(240,35,159); }

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