Html Css Color HEX #F2078F Deep Pink

📋 copy color: '#F2078F'

red 242 ◦ green 7 ◦ blue 143

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

Shades of Deep Pink #F2078F

Tints of Deep Pink #F2078F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 36.48%

R = 61.73%
G = 1.79%
B = 36.48%

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

#F2078F (or 0xF2078F) is known color: Deep Pink. HEX triplet: F2, 07 and 8F. RGB value is (242,7,143). Sum of RGB (Red+Green+Blue) = 242+7+143=392 (51% of max value = 765). Red value is 242 (94.92% from 255 or 61.73% from 392); Green value is 7 (3.12% from 255 or 1.79% from 392); Blue value is 143 (56.25% from 255 or 36.48% from 392); Max value from RGB is 242 - color contains mainly: red. Hex color #F2078F is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F2078F is #0DF870. Grayscale: #5C5C5C. Windows color (decimal): -915569 or 9373682. OLE color: 9373682.

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

Color convert

RGB 242 7 143 -
CMYK 0 0.97 0.41 0.05
HSL 325.28º 0.94% 0.49% -
HSV(B) 325.28º 0.97% 0.95% -
XYZ 41.65 21.01 27.85 -
YUV 92.77 156.36 234.44 -
System Red Green Blue C M Y K H S L
Decimal 242 7 143 0 0.97 0.41 0.05 325.28 0.94 0.49
Hex F2 7 8F 0 61 29 5 145 5E 31
Octal 362 7 217 0 141 51 5 505 136 61
Binary 11110010 111 10001111 0 1100001 101001 101 101000101 1011110 110001

Color Harmonies of #F2078F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2078F

Black with #F2078F

Text Example


Text Example

White with #F2078F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2078F; }

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

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

background-color css

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

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

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

border-color css

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

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

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