Html Css Color HEX #F21A7B Deep Pink

📋 copy color: '#F21A7B'

red 242 ◦ green 26 ◦ blue 123

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

Shades of Deep Pink #F21A7B

Tints of Deep Pink #F21A7B

RGB

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

 GREEN value IS 26 (10.55% from 255) = 6.65%

 BLUE value IS 123 (48.44% from 255) = 31.46%

R = 61.89%
G = 6.65%
B = 31.46%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.49

 K value IS 0.05

RGB Variations

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

Color information

#F21A7B (or 0xF21A7B) is known color: Deep Pink. HEX triplet: F2, 1A and 7B. RGB value is (242,26,123). Sum of RGB (Red+Green+Blue) = 242+26+123=391 (51% of max value = 765). Red value is 242 (94.92% from 255 or 61.89% from 391); Green value is 26 (10.55% from 255 or 6.65% from 391); Blue value is 123 (48.44% from 255 or 31.46% from 391); Max value from RGB is 242 - color contains mainly: red. Hex color #F21A7B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F21A7B is #0DE584. Grayscale: #656565. Windows color (decimal): -910725 or 8067826. OLE color: 8067826.

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

Color convert

RGB 242 26 123 -
CMYK 0 0.89 0.49 0.05
HSL 333.06º 0.89% 0.53% -
HSV(B) 333.06º 0.89% 0.95% -
XYZ 40.56 21.05 20.66 -
YUV 101.64 140.06 228.11 -
System Red Green Blue C M Y K H S L
Decimal 242 26 123 0 0.89 0.49 0.05 333.06 0.89 0.53
Hex F2 1A 7B 0 59 31 5 14D 59 35
Octal 362 32 173 0 131 61 5 515 131 65
Binary 11110010 11010 1111011 0 1011001 110001 101 101001101 1011001 110101

Color Harmonies of #F21A7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F21A7B

Black with #F21A7B

Text Example


Text Example

White with #F21A7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F21A7B; }

 p { color: rgb(242,26,123); }

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

background-color css

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

 a { background-color: rgb(242,26,123); }

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

border-color css

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

 span { border-color: rgb(242,26,123); }

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