Html Css Color HEX #F2078E Deep Pink

📋 copy color: '#F2078E'

red 242 ◦ green 7 ◦ blue 142

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

Shades of Deep Pink #F2078E

Tints of Deep Pink #F2078E

RGB

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

 GREEN value IS 7 (3.13% from 255) = 1.79%

 BLUE value IS 142 (55.86% from 255) = 36.32%

R = 61.89%
G = 1.79%
B = 36.32%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.41

 K value IS 0.05

RGB Variations

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

Color information

#F2078E (or 0xF2078E) is known color: Deep Pink. HEX triplet: F2, 07 and 8E. RGB value is (242,7,142). Sum of RGB (Red+Green+Blue) = 242+7+142=391 (51% of max value = 765). Red value is 242 (94.92% from 255 or 61.89% from 391); Green value is 7 (3.12% from 255 or 1.79% from 391); Blue value is 142 (55.86% from 255 or 36.32% from 391); Max value from RGB is 242 - color contains mainly: red. Hex color #F2078E is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F2078E is #0DF871. Grayscale: #5C5C5C. Windows color (decimal): -915570 or 9308146. OLE color: 9308146.

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

Color convert

RGB 242 7 142 -
CMYK 0 0.97 0.41 0.05
HSL 325.53º 0.94% 0.49% -
HSV(B) 325.53º 0.97% 0.95% -
XYZ 41.58 20.98 27.45 -
YUV 92.66 155.86 234.52 -
System Red Green Blue C M Y K H S L
Decimal 242 7 142 0 0.97 0.41 0.05 325.53 0.94 0.49
Hex F2 7 8E 0 61 29 5 146 5E 31
Octal 362 7 216 0 141 51 5 506 136 61
Binary 11110010 111 10001110 0 1100001 101001 101 101000110 1011110 110001

Color Harmonies of #F2078E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2078E

Black with #F2078E

Text Example


Text Example

White with #F2078E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2078E; }

 p { color: rgb(242,7,142); }

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

background-color css

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

 a { background-color: rgb(242,7,142); }

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

border-color css

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

 span { border-color: rgb(242,7,142); }

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