Html Css Color HEX #F21E7B Deep Pink

📋 copy color: '#F21E7B'

red 242 ◦ green 30 ◦ blue 123

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

Shades of Deep Pink #F21E7B

Tints of Deep Pink #F21E7B

RGB

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

 GREEN value IS 30 (12.11% from 255) = 7.59%

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

R = 61.27%
G = 7.59%
B = 31.14%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.49

 K value IS 0.05

RGB Variations

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

Color information

#F21E7B (or 0xF21E7B) is known color: Deep Pink. HEX triplet: F2, 1E and 7B. RGB value is (242,30,123). Sum of RGB (Red+Green+Blue) = 242+30+123=395 (52% of max value = 765). Red value is 242 (94.92% from 255 or 61.27% from 395); Green value is 30 (12.11% from 255 or 7.59% from 395); Blue value is 123 (48.44% from 255 or 31.14% from 395); Max value from RGB is 242 - color contains mainly: red. Hex color #F21E7B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F21E7B is #0DE184. Grayscale: #676767. Windows color (decimal): -909701 or 8068850. OLE color: 8068850.

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

Color convert

RGB 242 30 123 -
CMYK 0 0.88 0.49 0.05
HSL 333.68º 0.89% 0.53% -
HSV(B) 333.68º 0.88% 0.95% -
XYZ 40.66 21.24 20.69 -
YUV 103.99 138.74 226.44 -
System Red Green Blue C M Y K H S L
Decimal 242 30 123 0 0.88 0.49 0.05 333.68 0.89 0.53
Hex F2 1E 7B 0 58 31 5 14E 59 35
Octal 362 36 173 0 130 61 5 516 131 65
Binary 11110010 11110 1111011 0 1011000 110001 101 101001110 1011001 110101

Color Harmonies of #F21E7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F21E7B

Black with #F21E7B

Text Example


Text Example

White with #F21E7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F21E7B; }

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

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

background-color css

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

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

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

border-color css

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

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

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