Html Css Color HEX #F0157B Deep Pink

📋 copy color: '#F0157B'

red 240 ◦ green 21 ◦ blue 123

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

Shades of Deep Pink #F0157B

Tints of Deep Pink #F0157B

RGB

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

 GREEN value IS 21 (8.59% from 255) = 5.47%

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

R = 62.5%
G = 5.47%
B = 32.03%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.49

 K value IS 0.06

RGB Variations

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

Color information

#F0157B (or 0xF0157B) is known color: Deep Pink. HEX triplet: F0, 15 and 7B. RGB value is (240,21,123). Sum of RGB (Red+Green+Blue) = 240+21+123=384 (50% of max value = 765). Red value is 240 (94.14% from 255 or 62.5% from 384); Green value is 21 (8.59% from 255 or 5.47% from 384); Blue value is 123 (48.44% from 255 or 32.03% from 384); Max value from RGB is 240 - color contains mainly: red. Hex color #F0157B is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F0157B is #0FEA84. Grayscale: #616161. Windows color (decimal): -1043077 or 8066544. OLE color: 8066544.

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

Color convert

RGB 240 21 123 -
CMYK 0 0.91 0.49 0.06
HSL 332.05º 0.88% 0.51% -
HSV(B) 332.05º 0.91% 0.94% -
XYZ 39.78 20.49 20.6 -
YUV 98.11 142.05 229.21 -
System Red Green Blue C M Y K H S L
Decimal 240 21 123 0 0.91 0.49 0.06 332.05 0.88 0.51
Hex F0 15 7B 0 5B 31 6 14C 58 33
Octal 360 25 173 0 133 61 6 514 130 63
Binary 11110000 10101 1111011 0 1011011 110001 110 101001100 1011000 110011

Color Harmonies of #F0157B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0157B

Black with #F0157B

Text Example


Text Example

White with #F0157B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0157B; }

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

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

background-color css

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

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

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

border-color css

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

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

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