Html Css Color HEX #F21F9E Persian Rose

📋 copy color: '#F21F9E'

red 242 ◦ green 31 ◦ blue 158

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

Shades of Persian Rose #F21F9E

Tints of Persian Rose #F21F9E

RGB

 RED value IS 242 (94.92% from 255) = 56.15%

 GREEN value IS 31 (12.5% from 255) = 7.19%

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

R = 56.15%
G = 7.19%
B = 36.66%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.35

 K value IS 0.05

RGB Variations

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

Color information

#F21F9E (or 0xF21F9E) is known color: Persian Rose. HEX triplet: F2, 1F and 9E. RGB value is (242,31,158). Sum of RGB (Red+Green+Blue) = 242+31+158=431 (57% of max value = 765). Red value is 242 (94.92% from 255 or 56.15% from 431); Green value is 31 (12.5% from 255 or 7.19% from 431); Blue value is 158 (62.11% from 255 or 36.66% from 431); Max value from RGB is 242 - color contains mainly: red. Hex color #F21F9E is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F21F9E is #0DE061. Grayscale: #6C6C6C. Windows color (decimal): -909410 or 10362866. OLE color: 10362866.

HSL color Cylindrical-coordinate representation of color #F21F9E: hue angle of 323.89º degrees, saturation: 0.89, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F21F9E is Cyan = 0, Magento = 0.87, Yellow = 0.35 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 31 158 -
CMYK 0 0.87 0.35 0.05
HSL 323.89º 0.89% 0.54% -
HSV(B) 323.89º 0.87% 0.95% -
XYZ 43.28 22.33 34.38 -
YUV 108.57 155.9 223.17 -
System Red Green Blue C M Y K H S L
Decimal 242 31 158 0 0.87 0.35 0.05 323.89 0.89 0.54
Hex F2 1F 9E 0 57 23 5 144 59 36
Octal 362 37 236 0 127 43 5 504 131 66
Binary 11110010 11111 10011110 0 1010111 100011 101 101000100 1011001 110110

Color Harmonies of #F21F9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F21F9E

Black with #F21F9E

Text Example


Text Example

White with #F21F9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F21F9E; }

 p { color: rgb(242,31,158); }

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

background-color css

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

 a { background-color: rgb(242,31,158); }

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

border-color css

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

 span { border-color: rgb(242,31,158); }

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