Html Css Color HEX #F21779 Deep Pink

📋 copy color: '#F21779'

red 242 ◦ green 23 ◦ blue 121

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

Shades of Deep Pink #F21779

Tints of Deep Pink #F21779

RGB

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

 GREEN value IS 23 (9.38% from 255) = 5.96%

 BLUE value IS 121 (47.66% from 255) = 31.35%

R = 62.69%
G = 5.96%
B = 31.35%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.50

 K value IS 0.05

RGB Variations

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

Color information

#F21779 (or 0xF21779) is known color: Deep Pink. HEX triplet: F2, 17 and 79. RGB value is (242,23,121). Sum of RGB (Red+Green+Blue) = 242+23+121=386 (51% of max value = 765). Red value is 242 (94.92% from 255 or 62.69% from 386); Green value is 23 (9.38% from 255 or 5.96% from 386); Blue value is 121 (47.66% from 255 or 31.35% from 386); Max value from RGB is 242 - color contains mainly: red. Hex color #F21779 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F21779 is #0DE886. Grayscale: #636363. Windows color (decimal): -911495 or 7935986. OLE color: 7935986.

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

Color convert

RGB 242 23 121 -
CMYK 0 0.90 0.50 0.05
HSL 333.15º 0.89% 0.52% -
HSV(B) 333.15º 0.9% 0.95% -
XYZ 40.38 20.87 19.99 -
YUV 99.65 140.05 229.53 -
System Red Green Blue C M Y K H S L
Decimal 242 23 121 0 0.90 0.50 0.05 333.15 0.89 0.52
Hex F2 17 79 0 5A 32 5 14D 59 34
Octal 362 27 171 0 132 62 5 515 131 64
Binary 11110010 10111 1111001 0 1011010 110010 101 101001101 1011001 110100

Color Harmonies of #F21779

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F21779

Black with #F21779

Text Example


Text Example

White with #F21779

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F21779; }

 p { color: rgb(242,23,121); }

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

background-color css

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

 a { background-color: rgb(242,23,121); }

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

border-color css

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

 span { border-color: rgb(242,23,121); }

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