Html Css Color HEX #F21EA3 Persian Rose

📋 copy color: '#F21EA3'

red 242 ◦ green 30 ◦ blue 163

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

Shades of Persian Rose #F21EA3

Tints of Persian Rose #F21EA3

RGB

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

 GREEN value IS 30 (12.11% from 255) = 6.9%

 BLUE value IS 163 (64.06% from 255) = 37.47%

R = 55.63%
G = 6.9%
B = 37.47%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.33

 K value IS 0.05

RGB Variations

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

Color information

#F21EA3 (or 0xF21EA3) is known color: Persian Rose. HEX triplet: F2, 1E and A3. RGB value is (242,30,163). Sum of RGB (Red+Green+Blue) = 242+30+163=435 (57% of max value = 765). Red value is 242 (94.92% from 255 or 55.63% from 435); Green value is 30 (12.11% from 255 or 6.90% from 435); Blue value is 163 (64.06% from 255 or 37.47% from 435); Max value from RGB is 242 - color contains mainly: red. Hex color #F21EA3 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F21EA3 is #0DE15C. Grayscale: #6C6C6C. Windows color (decimal): -909661 or 10690290. OLE color: 10690290.

HSL color Cylindrical-coordinate representation of color #F21EA3: hue angle of 322.36º 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 #F21EA3 is Cyan = 0, Magento = 0.88, Yellow = 0.33 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 30 163 -
CMYK 0 0.88 0.33 0.05
HSL 322.36º 0.89% 0.53% -
HSV(B) 322.36º 0.88% 0.95% -
XYZ 43.69 22.45 36.68 -
YUV 108.55 158.74 223.19 -
System Red Green Blue C M Y K H S L
Decimal 242 30 163 0 0.88 0.33 0.05 322.36 0.89 0.53
Hex F2 1E A3 0 58 21 5 142 59 35
Octal 362 36 243 0 130 41 5 502 131 65
Binary 11110010 11110 10100011 0 1011000 100001 101 101000010 1011001 110101

Color Harmonies of #F21EA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F21EA3

Black with #F21EA3

Text Example


Text Example

White with #F21EA3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F21EA3; }

 p { color: rgb(242,30,163); }

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

background-color css

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

 a { background-color: rgb(242,30,163); }

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

border-color css

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

 span { border-color: rgb(242,30,163); }

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