Html Css Color HEX #F0289E Persian Rose

📋 copy color: '#F0289E'

red 240 ◦ green 40 ◦ blue 158

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

Shades of Persian Rose #F0289E

Tints of Persian Rose #F0289E

RGB

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

 GREEN value IS 40 (16.02% from 255) = 9.13%

 BLUE value IS 158 (62.11% from 255) = 36.07%

R = 54.79%
G = 9.13%
B = 36.07%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.34

 K value IS 0.06

RGB Variations

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

Color information

#F0289E (or 0xF0289E) is known color: Persian Rose. HEX triplet: F0, 28 and 9E. RGB value is (240,40,158). Sum of RGB (Red+Green+Blue) = 240+40+158=438 (58% of max value = 765). Red value is 240 (94.14% from 255 or 54.79% from 438); Green value is 40 (16.02% from 255 or 9.13% from 438); Blue value is 158 (62.11% from 255 or 36.07% from 438); Max value from RGB is 240 - color contains mainly: red. Hex color #F0289E is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F0289E is #0FD761. Grayscale: #707070. Windows color (decimal): -1038178 or 10365168. OLE color: 10365168.

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

Color convert

RGB 240 40 158 -
CMYK 0 0.83 0.34 0.06
HSL 324.6º 0.87% 0.55% -
HSV(B) 324.6º 0.83% 0.94% -
XYZ 42.87 22.51 34.43 -
YUV 113.25 153.26 218.41 -
System Red Green Blue C M Y K H S L
Decimal 240 40 158 0 0.83 0.34 0.06 324.6 0.87 0.55
Hex F0 28 9E 0 53 22 6 145 57 37
Octal 360 50 236 0 123 42 6 505 127 67
Binary 11110000 101000 10011110 0 1010011 100010 110 101000101 1010111 110111

Color Harmonies of #F0289E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0289E

Black with #F0289E

Text Example


Text Example

White with #F0289E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0289E; }

 p { color: rgb(240,40,158); }

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

background-color css

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

 a { background-color: rgb(240,40,158); }

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

border-color css

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

 span { border-color: rgb(240,40,158); }

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