Html Css Color HEX #F21794 Deep Pink

📋 copy color: '#F21794'

red 242 ◦ green 23 ◦ blue 148

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

Shades of Deep Pink #F21794

Tints of Deep Pink #F21794

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 35.84%

R = 58.6%
G = 5.57%
B = 35.84%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.39

 K value IS 0.05

RGB Variations

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

Color information

#F21794 (or 0xF21794) is known color: Deep Pink. HEX triplet: F2, 17 and 94. RGB value is (242,23,148). Sum of RGB (Red+Green+Blue) = 242+23+148=413 (54% of max value = 765). Red value is 242 (94.92% from 255 or 58.60% from 413); Green value is 23 (9.38% from 255 or 5.57% from 413); Blue value is 148 (58.20% from 255 or 35.84% from 413); Max value from RGB is 242 - color contains mainly: red. Hex color #F21794 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F21794 is #0DE86B. Grayscale: #666666. Windows color (decimal): -911468 or 9705458. OLE color: 9705458.

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

Color convert

RGB 242 23 148 -
CMYK 0 0.90 0.39 0.05
HSL 325.75º 0.89% 0.52% -
HSV(B) 325.75º 0.9% 0.95% -
XYZ 42.27 21.63 29.96 -
YUV 102.73 153.55 227.34 -
System Red Green Blue C M Y K H S L
Decimal 242 23 148 0 0.90 0.39 0.05 325.75 0.89 0.52
Hex F2 17 94 0 5A 27 5 146 59 34
Octal 362 27 224 0 132 47 5 506 131 64
Binary 11110010 10111 10010100 0 1011010 100111 101 101000110 1011001 110100

Color Harmonies of #F21794

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F21794

Black with #F21794

Text Example


Text Example

White with #F21794

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F21794; }

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

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

background-color css

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

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

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

border-color css

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

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

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