Html Css Color HEX #F0057B Deep Pink

📋 copy color: '#F0057B'

red 240 ◦ green 5 ◦ blue 123

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

Shades of Deep Pink #F0057B

Tints of Deep Pink #F0057B

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.36%

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

R = 65.22%
G = 1.36%
B = 33.42%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.49

 K value IS 0.06

RGB Variations

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

Color information

#F0057B (or 0xF0057B) is known color: Deep Pink. HEX triplet: F0, 05 and 7B. RGB value is (240,5,123). Sum of RGB (Red+Green+Blue) = 240+5+123=368 (48% of max value = 765). Red value is 240 (94.14% from 255 or 65.22% from 368); Green value is 5 (2.34% from 255 or 1.36% from 368); Blue value is 123 (48.44% from 255 or 33.42% from 368); Max value from RGB is 240 - color contains mainly: red. Hex color #F0057B is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F0057B is #0FFA84. Grayscale: #585858. Windows color (decimal): -1047173 or 8062448. OLE color: 8062448.

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

Color convert

RGB 240 5 123 -
CMYK 0 0.98 0.49 0.06
HSL 329.87º 0.96% 0.48% -
HSV(B) 329.87º 0.98% 0.94% -
XYZ 39.56 20.06 20.53 -
YUV 88.72 147.36 235.91 -
System Red Green Blue C M Y K H S L
Decimal 240 5 123 0 0.98 0.49 0.06 329.87 0.96 0.48
Hex F0 5 7B 0 62 31 6 14A 60 30
Octal 360 5 173 0 142 61 6 512 140 60
Binary 11110000 101 1111011 0 1100010 110001 110 101001010 1100000 110000

Color Harmonies of #F0057B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0057B

Black with #F0057B

Text Example


Text Example

White with #F0057B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0057B; }

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

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

background-color css

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

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

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

border-color css

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

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

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