Html Css Color HEX #F0299F Persian Rose

📋 copy color: '#F0299F'

red 240 ◦ green 41 ◦ blue 159

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

Shades of Persian Rose #F0299F

Tints of Persian Rose #F0299F

RGB

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

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

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

R = 54.55%
G = 9.32%
B = 36.14%

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

#F0299F (or 0xF0299F) is known color: Persian Rose. HEX triplet: F0, 29 and 9F. RGB value is (240,41,159). Sum of RGB (Red+Green+Blue) = 240+41+159=440 (58% of max value = 765). Red value is 240 (94.14% from 255 or 54.55% from 440); Green value is 41 (16.41% from 255 or 9.32% from 440); Blue value is 159 (62.5% from 255 or 36.14% from 440); Max value from RGB is 240 - color contains mainly: red. Hex color #F0299F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F0299F is #0FD660. Grayscale: #717171. Windows color (decimal): -1037921 or 10430960. OLE color: 10430960.

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

Color convert

RGB 240 41 159 -
CMYK 0 0.83 0.34 0.06
HSL 324.42º 0.87% 0.55% -
HSV(B) 324.42º 0.83% 0.94% -
XYZ 42.99 22.61 34.9 -
YUV 113.95 153.43 217.91 -
System Red Green Blue C M Y K H S L
Decimal 240 41 159 0 0.83 0.34 0.06 324.42 0.87 0.55
Hex F0 29 9F 0 53 22 6 144 57 37
Octal 360 51 237 0 123 42 6 504 127 67
Binary 11110000 101001 10011111 0 1010011 100010 110 101000100 1010111 110111

Color Harmonies of #F0299F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0299F

Black with #F0299F

Text Example


Text Example

White with #F0299F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0299F; }

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

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

background-color css

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

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

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

border-color css

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

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

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