Html Css Color HEX #F21C9E Persian Rose

📋 copy color: '#F21C9E'

red 242 ◦ green 28 ◦ blue 158

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

Shades of Persian Rose #F21C9E

Tints of Persian Rose #F21C9E

RGB

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

 GREEN value IS 28 (11.33% from 255) = 6.54%

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

R = 56.54%
G = 6.54%
B = 36.92%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.35

 K value IS 0.05

RGB Variations

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

Color information

#F21C9E (or 0xF21C9E) is known color: Persian Rose. HEX triplet: F2, 1C and 9E. RGB value is (242,28,158). Sum of RGB (Red+Green+Blue) = 242+28+158=428 (56% of max value = 765). Red value is 242 (94.92% from 255 or 56.54% from 428); Green value is 28 (11.33% from 255 or 6.54% from 428); Blue value is 158 (62.11% from 255 or 36.92% from 428); Max value from RGB is 242 - color contains mainly: red. Hex color #F21C9E is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F21C9E is #0DE361. Grayscale: #6A6A6A. Windows color (decimal): -910178 or 10362098. OLE color: 10362098.

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

Color convert

RGB 242 28 158 -
CMYK 0 0.88 0.35 0.05
HSL 323.55º 0.89% 0.53% -
HSV(B) 323.55º 0.88% 0.95% -
XYZ 43.2 22.18 34.35 -
YUV 106.81 156.9 224.43 -
System Red Green Blue C M Y K H S L
Decimal 242 28 158 0 0.88 0.35 0.05 323.55 0.89 0.53
Hex F2 1C 9E 0 58 23 5 144 59 35
Octal 362 34 236 0 130 43 5 504 131 65
Binary 11110010 11100 10011110 0 1011000 100011 101 101000100 1011001 110101

Color Harmonies of #F21C9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F21C9E

Black with #F21C9E

Text Example


Text Example

White with #F21C9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F21C9E; }

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

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

background-color css

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

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

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

border-color css

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

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

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