Html Css Color HEX #F21D9C Persian Rose

📋 copy color: '#F21D9C'

red 242 ◦ green 29 ◦ blue 156

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

Shades of Persian Rose #F21D9C

Tints of Persian Rose #F21D9C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 36.53%

R = 56.67%
G = 6.79%
B = 36.53%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.36

 K value IS 0.05

RGB Variations

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

Color information

#F21D9C (or 0xF21D9C) is known color: Persian Rose. HEX triplet: F2, 1D and 9C. RGB value is (242,29,156). Sum of RGB (Red+Green+Blue) = 242+29+156=427 (56% of max value = 765). Red value is 242 (94.92% from 255 or 56.67% from 427); Green value is 29 (11.72% from 255 or 6.79% from 427); Blue value is 156 (61.33% from 255 or 36.53% from 427); Max value from RGB is 242 - color contains mainly: red. Hex color #F21D9C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F21D9C is #0DE263. Grayscale: #6A6A6A. Windows color (decimal): -909924 or 10231282. OLE color: 10231282.

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

Color convert

RGB 242 29 156 -
CMYK 0 0.88 0.36 0.05
HSL 324.23º 0.89% 0.53% -
HSV(B) 324.23º 0.88% 0.95% -
XYZ 43.06 22.16 33.46 -
YUV 107.17 155.57 224.17 -
System Red Green Blue C M Y K H S L
Decimal 242 29 156 0 0.88 0.36 0.05 324.23 0.89 0.53
Hex F2 1D 9C 0 58 24 5 144 59 35
Octal 362 35 234 0 130 44 5 504 131 65
Binary 11110010 11101 10011100 0 1011000 100100 101 101000100 1011001 110101

Color Harmonies of #F21D9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F21D9C

Black with #F21D9C

Text Example


Text Example

White with #F21D9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F21D9C; }

 p { color: rgb(242,29,156); }

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

background-color css

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

 a { background-color: rgb(242,29,156); }

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

border-color css

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

 span { border-color: rgb(242,29,156); }

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