Html Css Color HEX #F0299E Persian Rose

📋 copy color: '#F0299E'

red 240 ◦ green 41 ◦ blue 158

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

Shades of Persian Rose #F0299E

Tints of Persian Rose #F0299E

RGB

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

 GREEN value IS 41 (16.41% from 255) = 9.34%

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

R = 54.67%
G = 9.34%
B = 35.99%

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

#F0299E (or 0xF0299E) is known color: Persian Rose. HEX triplet: F0, 29 and 9E. RGB value is (240,41,158). Sum of RGB (Red+Green+Blue) = 240+41+158=439 (58% of max value = 765). Red value is 240 (94.14% from 255 or 54.67% from 439); Green value is 41 (16.41% from 255 or 9.34% from 439); Blue value is 158 (62.11% from 255 or 35.99% from 439); Max value from RGB is 240 - color contains mainly: red. Hex color #F0299E is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F0299E is #0FD661. Grayscale: #717171. Windows color (decimal): -1037922 or 10365424. OLE color: 10365424.

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

Color convert

RGB 240 41 158 -
CMYK 0 0.83 0.34 0.06
HSL 324.72º 0.87% 0.55% -
HSV(B) 324.72º 0.83% 0.94% -
XYZ 42.9 22.58 34.45 -
YUV 113.84 152.93 217.99 -
System Red Green Blue C M Y K H S L
Decimal 240 41 158 0 0.83 0.34 0.06 324.72 0.87 0.55
Hex F0 29 9E 0 53 22 6 145 57 37
Octal 360 51 236 0 123 42 6 505 127 67
Binary 11110000 101001 10011110 0 1010011 100010 110 101000101 1010111 110111

Color Harmonies of #F0299E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0299E

Black with #F0299E

Text Example


Text Example

White with #F0299E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0299E; }

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

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

background-color css

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

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

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

border-color css

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

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

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