Html Css Color HEX #F21CA5 Spicy Pink

📋 copy color: '#F21CA5'

red 242 ◦ green 28 ◦ blue 165

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

Shades of Spicy Pink #F21CA5

Tints of Spicy Pink #F21CA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 37.93%

R = 55.63%
G = 6.44%
B = 37.93%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.32

 K value IS 0.05

RGB Variations

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

Color information

#F21CA5 (or 0xF21CA5) is known color: Spicy Pink. HEX triplet: F2, 1C and A5. RGB value is (242,28,165). Sum of RGB (Red+Green+Blue) = 242+28+165=435 (57% of max value = 765). Red value is 242 (94.92% from 255 or 55.63% from 435); Green value is 28 (11.33% from 255 or 6.44% from 435); Blue value is 165 (64.84% from 255 or 37.93% from 435); Max value from RGB is 242 - color contains mainly: red. Hex color #F21CA5 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F21CA5 is #0DE35A. Grayscale: #6B6B6B. Windows color (decimal): -910171 or 10820850. OLE color: 10820850.

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

Color convert

RGB 242 28 165 -
CMYK 0 0.88 0.32 0.05
HSL 321.59º 0.89% 0.53% -
HSV(B) 321.59º 0.88% 0.95% -
XYZ 43.82 22.42 37.62 -
YUV 107.6 160.4 223.86 -
System Red Green Blue C M Y K H S L
Decimal 242 28 165 0 0.88 0.32 0.05 321.59 0.89 0.53
Hex F2 1C A5 0 58 20 5 142 59 35
Octal 362 34 245 0 130 40 5 502 131 65
Binary 11110010 11100 10100101 0 1011000 100000 101 101000010 1011001 110101

Color Harmonies of #F21CA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F21CA5

Black with #F21CA5

Text Example


Text Example

White with #F21CA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F21CA5; }

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

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

background-color css

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

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

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

border-color css

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

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

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