Html Css Color HEX #F0279F Persian Rose

📋 copy color: '#F0279F'

red 240 ◦ green 39 ◦ blue 159

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

Shades of Persian Rose #F0279F

Tints of Persian Rose #F0279F

RGB

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

 GREEN value IS 39 (15.63% from 255) = 8.9%

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

R = 54.79%
G = 8.9%
B = 36.3%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.34

 K value IS 0.06

RGB Variations

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

Color information

#F0279F (or 0xF0279F) is known color: Persian Rose. HEX triplet: F0, 27 and 9F. RGB value is (240,39,159). Sum of RGB (Red+Green+Blue) = 240+39+159=438 (58% of max value = 765). Red value is 240 (94.14% from 255 or 54.79% from 438); Green value is 39 (15.62% from 255 or 8.90% from 438); Blue value is 159 (62.5% from 255 or 36.30% from 438); Max value from RGB is 240 - color contains mainly: red. Hex color #F0279F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F0279F is #0FD860. Grayscale: #707070. Windows color (decimal): -1038433 or 10430448. OLE color: 10430448.

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

Color convert

RGB 240 39 159 -
CMYK 0 0.84 0.34 0.06
HSL 324.18º 0.87% 0.55% -
HSV(B) 324.18º 0.84% 0.94% -
XYZ 42.92 22.48 34.88 -
YUV 112.78 154.09 218.74 -
System Red Green Blue C M Y K H S L
Decimal 240 39 159 0 0.84 0.34 0.06 324.18 0.87 0.55
Hex F0 27 9F 0 54 22 6 144 57 37
Octal 360 47 237 0 124 42 6 504 127 67
Binary 11110000 100111 10011111 0 1010100 100010 110 101000100 1010111 110111

Color Harmonies of #F0279F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0279F

Black with #F0279F

Text Example


Text Example

White with #F0279F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0279F; }

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

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

background-color css

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

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

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

border-color css

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

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

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