Html Css Color HEX #F01D9F Persian Rose

📋 copy color: '#F01D9F'

red 240 ◦ green 29 ◦ blue 159

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

Shades of Persian Rose #F01D9F

Tints of Persian Rose #F01D9F

RGB

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

 GREEN value IS 29 (11.72% from 255) = 6.78%

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

R = 56.07%
G = 6.78%
B = 37.15%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.34

 K value IS 0.06

RGB Variations

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

Color information

#F01D9F (or 0xF01D9F) is known color: Persian Rose. HEX triplet: F0, 1D and 9F. RGB value is (240,29,159). Sum of RGB (Red+Green+Blue) = 240+29+159=428 (56% of max value = 765). Red value is 240 (94.14% from 255 or 56.07% from 428); Green value is 29 (11.72% from 255 or 6.78% from 428); Blue value is 159 (62.5% from 255 or 37.15% from 428); Max value from RGB is 240 - color contains mainly: red. Hex color #F01D9F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F01D9F is #0FE260. Grayscale: #6A6A6A. Windows color (decimal): -1040993 or 10427888. OLE color: 10427888.

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

Color convert

RGB 240 29 159 -
CMYK 0 0.88 0.34 0.06
HSL 323.03º 0.88% 0.53% -
HSV(B) 323.03º 0.88% 0.94% -
XYZ 42.63 21.91 34.78 -
YUV 106.91 157.4 222.93 -
System Red Green Blue C M Y K H S L
Decimal 240 29 159 0 0.88 0.34 0.06 323.03 0.88 0.53
Hex F0 1D 9F 0 58 22 6 143 58 35
Octal 360 35 237 0 130 42 6 503 130 65
Binary 11110000 11101 10011111 0 1011000 100010 110 101000011 1011000 110101

Color Harmonies of #F01D9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F01D9F

Black with #F01D9F

Text Example


Text Example

White with #F01D9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F01D9F; }

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

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

background-color css

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

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

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

border-color css

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

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

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