Html Css Color HEX #F21280 Deep Pink

📋 copy color: '#F21280'

red 242 ◦ green 18 ◦ blue 128

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

Shades of Deep Pink #F21280

Tints of Deep Pink #F21280

RGB

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

 GREEN value IS 18 (7.42% from 255) = 4.64%

 BLUE value IS 128 (50.39% from 255) = 32.99%

R = 62.37%
G = 4.64%
B = 32.99%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.47

 K value IS 0.05

RGB Variations

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

Color information

#F21280 (or 0xF21280) is known color: Deep Pink. HEX triplet: F2, 12 and 80. RGB value is (242,18,128). Sum of RGB (Red+Green+Blue) = 242+18+128=388 (51% of max value = 765). Red value is 242 (94.92% from 255 or 62.37% from 388); Green value is 18 (7.42% from 255 or 4.64% from 388); Blue value is 128 (50.39% from 255 or 32.99% from 388); Max value from RGB is 242 - color contains mainly: red. Hex color #F21280 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F21280 is #0DED7F. Grayscale: #616161. Windows color (decimal): -912768 or 8393458. OLE color: 8393458.

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

Color convert

RGB 242 18 128 -
CMYK 0 0.93 0.47 0.05
HSL 330.54º 0.9% 0.51% -
HSV(B) 330.54º 0.93% 0.95% -
XYZ 40.73 20.87 22.3 -
YUV 97.52 145.21 231.06 -
System Red Green Blue C M Y K H S L
Decimal 242 18 128 0 0.93 0.47 0.05 330.54 0.9 0.51
Hex F2 12 80 0 5D 2F 5 14B 5A 33
Octal 362 22 200 0 135 57 5 513 132 63
Binary 11110010 10010 10000000 0 1011101 101111 101 101001011 1011010 110011

Color Harmonies of #F21280

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F21280

Black with #F21280

Text Example


Text Example

White with #F21280

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F21280; }

 p { color: rgb(242,18,128); }

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

background-color css

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

 a { background-color: rgb(242,18,128); }

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

border-color css

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

 span { border-color: rgb(242,18,128); }

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