Html Css Color HEX #F21581 Deep Pink

📋 copy color: '#F21581'

red 242 ◦ green 21 ◦ blue 129

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

Shades of Deep Pink #F21581

Tints of Deep Pink #F21581

RGB

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

 GREEN value IS 21 (8.59% from 255) = 5.36%

 BLUE value IS 129 (50.78% from 255) = 32.91%

R = 61.73%
G = 5.36%
B = 32.91%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.47

 K value IS 0.05

RGB Variations

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

Color information

#F21581 (or 0xF21581) is known color: Deep Pink. HEX triplet: F2, 15 and 81. RGB value is (242,21,129). Sum of RGB (Red+Green+Blue) = 242+21+129=392 (51% of max value = 765). Red value is 242 (94.92% from 255 or 61.73% from 392); Green value is 21 (8.59% from 255 or 5.36% from 392); Blue value is 129 (50.78% from 255 or 32.91% from 392); Max value from RGB is 242 - color contains mainly: red. Hex color #F21581 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F21581 is #0DEA7E. Grayscale: #636363. Windows color (decimal): -911999 or 8459762. OLE color: 8459762.

HSL color Cylindrical-coordinate representation of color #F21581: hue angle of 330.68º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F21581 is Cyan = 0, Magento = 0.91, Yellow = 0.47 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 21 129 -
CMYK 0 0.91 0.47 0.05
HSL 330.68º 0.89% 0.52% -
HSV(B) 330.68º 0.91% 0.95% -
XYZ 40.85 21 22.67 -
YUV 99.39 144.72 229.72 -
System Red Green Blue C M Y K H S L
Decimal 242 21 129 0 0.91 0.47 0.05 330.68 0.89 0.52
Hex F2 15 81 0 5B 2F 5 14B 59 34
Octal 362 25 201 0 133 57 5 513 131 64
Binary 11110010 10101 10000001 0 1011011 101111 101 101001011 1011001 110100

Color Harmonies of #F21581

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F21581

Black with #F21581

Text Example


Text Example

White with #F21581

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F21581; }

 p { color: rgb(242,21,129); }

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

background-color css

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

 a { background-color: rgb(242,21,129); }

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

border-color css

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

 span { border-color: rgb(242,21,129); }

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