Html Css Color HEX #F21B87 Deep Pink

📋 copy color: '#F21B87'

red 242 ◦ green 27 ◦ blue 135

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

Shades of Deep Pink #F21B87

Tints of Deep Pink #F21B87

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 33.42%

R = 59.9%
G = 6.68%
B = 33.42%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.44

 K value IS 0.05

RGB Variations

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

Color information

#F21B87 (or 0xF21B87) is known color: Deep Pink. HEX triplet: F2, 1B and 87. RGB value is (242,27,135). Sum of RGB (Red+Green+Blue) = 242+27+135=404 (53% of max value = 765). Red value is 242 (94.92% from 255 or 59.90% from 404); Green value is 27 (10.94% from 255 or 6.68% from 404); Blue value is 135 (53.12% from 255 or 33.42% from 404); Max value from RGB is 242 - color contains mainly: red. Hex color #F21B87 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F21B87 is #0DE478. Grayscale: #676767. Windows color (decimal): -910457 or 8854514. OLE color: 8854514.

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

Color convert

RGB 242 27 135 -
CMYK 0 0.89 0.44 0.05
HSL 329.86º 0.89% 0.53% -
HSV(B) 329.86º 0.89% 0.95% -
XYZ 41.38 21.41 24.87 -
YUV 103.6 145.73 226.72 -
System Red Green Blue C M Y K H S L
Decimal 242 27 135 0 0.89 0.44 0.05 329.86 0.89 0.53
Hex F2 1B 87 0 59 2C 5 14A 59 35
Octal 362 33 207 0 131 54 5 512 131 65
Binary 11110010 11011 10000111 0 1011001 101100 101 101001010 1011001 110101

Color Harmonies of #F21B87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F21B87

Black with #F21B87

Text Example


Text Example

White with #F21B87

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F21B87; }

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

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

background-color css

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

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

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

border-color css

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

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

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