Html Css Color HEX #F2147D Deep Pink

📋 copy color: '#F2147D'

red 242 ◦ green 20 ◦ blue 125

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

Shades of Deep Pink #F2147D

Tints of Deep Pink #F2147D

RGB

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

 GREEN value IS 20 (8.2% from 255) = 5.17%

 BLUE value IS 125 (49.22% from 255) = 32.3%

R = 62.53%
G = 5.17%
B = 32.3%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.48

 K value IS 0.05

RGB Variations

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

Color information

#F2147D (or 0xF2147D) is known color: Deep Pink. HEX triplet: F2, 14 and 7D. RGB value is (242,20,125). Sum of RGB (Red+Green+Blue) = 242+20+125=387 (51% of max value = 765). Red value is 242 (94.92% from 255 or 62.53% from 387); Green value is 20 (8.20% from 255 or 5.17% from 387); Blue value is 125 (49.22% from 255 or 32.30% from 387); Max value from RGB is 242 - color contains mainly: red. Hex color #F2147D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F2147D is #0DEB82. Grayscale: #626262. Windows color (decimal): -912259 or 8197362. OLE color: 8197362.

HSL color Cylindrical-coordinate representation of color #F2147D: hue angle of 331.62º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F2147D is Cyan = 0, Magento = 0.92, Yellow = 0.48 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 20 125 -
CMYK 0 0.92 0.48 0.05
HSL 331.62º 0.9% 0.51% -
HSV(B) 331.62º 0.92% 0.95% -
XYZ 40.57 20.86 21.29 -
YUV 98.35 143.05 230.46 -
System Red Green Blue C M Y K H S L
Decimal 242 20 125 0 0.92 0.48 0.05 331.62 0.9 0.51
Hex F2 14 7D 0 5C 30 5 14C 5A 33
Octal 362 24 175 0 134 60 5 514 132 63
Binary 11110010 10100 1111101 0 1011100 110000 101 101001100 1011010 110011

Color Harmonies of #F2147D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2147D

Black with #F2147D

Text Example


Text Example

White with #F2147D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2147D; }

 p { color: rgb(242,20,125); }

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

background-color css

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

 a { background-color: rgb(242,20,125); }

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

border-color css

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

 span { border-color: rgb(242,20,125); }

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