Html Css Color HEX #F0077B Deep Pink

📋 copy color: '#F0077B'

red 240 ◦ green 7 ◦ blue 123

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

Shades of Deep Pink #F0077B

Tints of Deep Pink #F0077B

RGB

 RED value IS 240 (94.14% from 255) = 64.86%

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

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

R = 64.86%
G = 1.89%
B = 33.24%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.49

 K value IS 0.06

RGB Variations

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

Color information

#F0077B (or 0xF0077B) is known color: Deep Pink. HEX triplet: F0, 07 and 7B. RGB value is (240,7,123). Sum of RGB (Red+Green+Blue) = 240+7+123=370 (49% of max value = 765). Red value is 240 (94.14% from 255 or 64.86% from 370); Green value is 7 (3.12% from 255 or 1.89% from 370); Blue value is 123 (48.44% from 255 or 33.24% from 370); Max value from RGB is 240 - color contains mainly: red. Hex color #F0077B is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F0077B is #0FF884. Grayscale: #595959. Windows color (decimal): -1046661 or 8062960. OLE color: 8062960.

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

Color convert

RGB 240 7 123 -
CMYK 0 0.97 0.49 0.06
HSL 330.13º 0.94% 0.48% -
HSV(B) 330.13º 0.97% 0.94% -
XYZ 39.59 20.11 20.53 -
YUV 89.89 146.69 235.07 -
System Red Green Blue C M Y K H S L
Decimal 240 7 123 0 0.97 0.49 0.06 330.13 0.94 0.48
Hex F0 7 7B 0 61 31 6 14A 5E 30
Octal 360 7 173 0 141 61 6 512 136 60
Binary 11110000 111 1111011 0 1100001 110001 110 101001010 1011110 110000

Color Harmonies of #F0077B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0077B

Black with #F0077B

Text Example


Text Example

White with #F0077B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0077B; }

 p { color: rgb(240,7,123); }

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

background-color css

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

 a { background-color: rgb(240,7,123); }

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

border-color css

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

 span { border-color: rgb(240,7,123); }

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