Html Css Color HEX #F21DB0 Spicy Pink

📋 copy color: '#F21DB0'

red 242 ◦ green 29 ◦ blue 176

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

Shades of Spicy Pink #F21DB0

Tints of Spicy Pink #F21DB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 39.37%

R = 54.14%
G = 6.49%
B = 39.37%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.27

 K value IS 0.05

RGB Variations

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

Color information

#F21DB0 (or 0xF21DB0) is known color: Spicy Pink. HEX triplet: F2, 1D and B0. RGB value is (242,29,176). Sum of RGB (Red+Green+Blue) = 242+29+176=447 (59% of max value = 765). Red value is 242 (94.92% from 255 or 54.14% from 447); Green value is 29 (11.72% from 255 or 6.49% from 447); Blue value is 176 (69.14% from 255 or 39.37% from 447); Max value from RGB is 242 - color contains mainly: red. Hex color #F21DB0 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F21DB0 is #0DE24F. Grayscale: #6D6D6D. Windows color (decimal): -909904 or 11542002. OLE color: 11542002.

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

Color convert

RGB 242 29 176 -
CMYK 0 0.88 0.27 0.05
HSL 318.59º 0.89% 0.53% -
HSV(B) 318.59º 0.88% 0.95% -
XYZ 44.89 22.89 43.13 -
YUV 109.45 165.57 222.55 -
System Red Green Blue C M Y K H S L
Decimal 242 29 176 0 0.88 0.27 0.05 318.59 0.89 0.53
Hex F2 1D B0 0 58 1B 5 13F 59 35
Octal 362 35 260 0 130 33 5 477 131 65
Binary 11110010 11101 10110000 0 1011000 11011 101 100111111 1011001 110101

Color Harmonies of #F21DB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F21DB0

Black with #F21DB0

Text Example


Text Example

White with #F21DB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F21DB0; }

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

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

background-color css

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

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

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

border-color css

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

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

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