Html Css Color HEX #F21DAE Spicy Pink

📋 copy color: '#F21DAE'

red 242 ◦ green 29 ◦ blue 174

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

Shades of Spicy Pink #F21DAE

Tints of Spicy Pink #F21DAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 39.1%

R = 54.38%
G = 6.52%
B = 39.1%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.28

 K value IS 0.05

RGB Variations

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

Color information

#F21DAE (or 0xF21DAE) is known color: Spicy Pink. HEX triplet: F2, 1D and AE. RGB value is (242,29,174). Sum of RGB (Red+Green+Blue) = 242+29+174=445 (58% of max value = 765). Red value is 242 (94.92% from 255 or 54.38% from 445); Green value is 29 (11.72% from 255 or 6.52% from 445); Blue value is 174 (68.36% from 255 or 39.10% from 445); Max value from RGB is 242 - color contains mainly: red. Hex color #F21DAE is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F21DAE is #0DE251. Grayscale: #6C6C6C. Windows color (decimal): -909906 or 11410930. OLE color: 11410930.

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

Color convert

RGB 242 29 174 -
CMYK 0 0.88 0.28 0.05
HSL 319.15º 0.89% 0.53% -
HSV(B) 319.15º 0.88% 0.95% -
XYZ 44.7 22.81 42.09 -
YUV 109.22 164.57 222.71 -
System Red Green Blue C M Y K H S L
Decimal 242 29 174 0 0.88 0.28 0.05 319.15 0.89 0.53
Hex F2 1D AE 0 58 1C 5 13F 59 35
Octal 362 35 256 0 130 34 5 477 131 65
Binary 11110010 11101 10101110 0 1011000 11100 101 100111111 1011001 110101

Color Harmonies of #F21DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F21DAE

Black with #F21DAE

Text Example


Text Example

White with #F21DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F21DAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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