Html Css Color HEX #F21B7F Deep Pink

📋 copy color: '#F21B7F'

red 242 ◦ green 27 ◦ blue 127

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

Shades of Deep Pink #F21B7F

Tints of Deep Pink #F21B7F

RGB

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

 GREEN value IS 27 (10.94% from 255) = 6.82%

 BLUE value IS 127 (50% from 255) = 32.07%

R = 61.11%
G = 6.82%
B = 32.07%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.48

 K value IS 0.05

RGB Variations

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

Color information

#F21B7F (or 0xF21B7F) is known color: Deep Pink. HEX triplet: F2, 1B and 7F. RGB value is (242,27,127). Sum of RGB (Red+Green+Blue) = 242+27+127=396 (52% of max value = 765). Red value is 242 (94.92% from 255 or 61.11% from 396); Green value is 27 (10.94% from 255 or 6.82% from 396); Blue value is 127 (50% from 255 or 32.07% from 396); Max value from RGB is 242 - color contains mainly: red. Hex color #F21B7F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F21B7F is #0DE480. Grayscale: #666666. Windows color (decimal): -910465 or 8330226. OLE color: 8330226.

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

Color convert

RGB 242 27 127 -
CMYK 0 0.89 0.48 0.05
HSL 332.09º 0.89% 0.53% -
HSV(B) 332.09º 0.89% 0.95% -
XYZ 40.84 21.19 22.02 -
YUV 102.69 141.73 227.37 -
System Red Green Blue C M Y K H S L
Decimal 242 27 127 0 0.89 0.48 0.05 332.09 0.89 0.53
Hex F2 1B 7F 0 59 30 5 14C 59 35
Octal 362 33 177 0 131 60 5 514 131 65
Binary 11110010 11011 1111111 0 1011001 110000 101 101001100 1011001 110101

Color Harmonies of #F21B7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F21B7F

Black with #F21B7F

Text Example


Text Example

White with #F21B7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F21B7F; }

 p { color: rgb(242,27,127); }

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

background-color css

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

 a { background-color: rgb(242,27,127); }

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

border-color css

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

 span { border-color: rgb(242,27,127); }

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