Html Css Color HEX #F21281 Deep Pink

📋 copy color: '#F21281'

red 242 ◦ green 18 ◦ blue 129

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

Shades of Deep Pink #F21281

Tints of Deep Pink #F21281

RGB

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

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

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

R = 62.21%
G = 4.63%
B = 33.16%

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

#F21281 (or 0xF21281) is known color: Deep Pink. HEX triplet: F2, 12 and 81. RGB value is (242,18,129). Sum of RGB (Red+Green+Blue) = 242+18+129=389 (51% of max value = 765). Red value is 242 (94.92% from 255 or 62.21% from 389); Green value is 18 (7.42% from 255 or 4.63% from 389); Blue value is 129 (50.78% from 255 or 33.16% from 389); Max value from RGB is 242 - color contains mainly: red. Hex color #F21281 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F21281 is #0DED7E. Grayscale: #616161. Windows color (decimal): -912767 or 8458994. OLE color: 8458994.

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

Color convert

RGB 242 18 129 -
CMYK 0 0.93 0.47 0.05
HSL 330.27º 0.9% 0.51% -
HSV(B) 330.27º 0.93% 0.95% -
XYZ 40.8 20.89 22.65 -
YUV 97.63 145.71 230.97 -
System Red Green Blue C M Y K H S L
Decimal 242 18 129 0 0.93 0.47 0.05 330.27 0.9 0.51
Hex F2 12 81 0 5D 2F 5 14A 5A 33
Octal 362 22 201 0 135 57 5 512 132 63
Binary 11110010 10010 10000001 0 1011101 101111 101 101001010 1011010 110011

Color Harmonies of #F21281

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F21281

Black with #F21281

Text Example


Text Example

White with #F21281

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F21281; }

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

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

background-color css

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

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

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

border-color css

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

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

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