Html Css Color HEX #F21C9D Persian Rose

📋 copy color: '#F21C9D'

red 242 ◦ green 28 ◦ blue 157

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

Shades of Persian Rose #F21C9D

Tints of Persian Rose #F21C9D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 36.77%

R = 56.67%
G = 6.56%
B = 36.77%

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

#F21C9D (or 0xF21C9D) is known color: Persian Rose. HEX triplet: F2, 1C and 9D. RGB value is (242,28,157). Sum of RGB (Red+Green+Blue) = 242+28+157=427 (56% of max value = 765). Red value is 242 (94.92% from 255 or 56.67% from 427); Green value is 28 (11.33% from 255 or 6.56% from 427); Blue value is 157 (61.72% from 255 or 36.77% from 427); Max value from RGB is 242 - color contains mainly: red. Hex color #F21C9D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F21C9D is #0DE362. Grayscale: #6A6A6A. Windows color (decimal): -910179 or 10296562. OLE color: 10296562.

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

Color convert

RGB 242 28 157 -
CMYK 0 0.88 0.35 0.05
HSL 323.83º 0.89% 0.53% -
HSV(B) 323.83º 0.88% 0.95% -
XYZ 43.12 22.14 33.9 -
YUV 106.69 156.4 224.51 -
System Red Green Blue C M Y K H S L
Decimal 242 28 157 0 0.88 0.35 0.05 323.83 0.89 0.53
Hex F2 1C 9D 0 58 23 5 144 59 35
Octal 362 34 235 0 130 43 5 504 131 65
Binary 11110010 11100 10011101 0 1011000 100011 101 101000100 1011001 110101

Color Harmonies of #F21C9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F21C9D

Black with #F21C9D

Text Example


Text Example

White with #F21C9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F21C9D; }

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

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

background-color css

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

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

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

border-color css

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

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

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