Html Css Color HEX #F5007B Deep Pink

📋 copy color: '#F5007B'

red 245 ◦ green 0 ◦ blue 123

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

Shades of Deep Pink #F5007B

Tints of Deep Pink #F5007B

RGB

 RED value IS 245 (96.09% from 255) = 66.58%

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 66.58%
G = 0%
B = 33.42%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.50

 K value IS 0.04

RGB Variations

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

Color information

#F5007B (or 0xF5007B) is known color: Deep Pink. HEX triplet: F5, 00 and 7B. RGB value is (245,0,123). Sum of RGB (Red+Green+Blue) = 245+0+123=368 (48% of max value = 765). Red value is 245 (96.09% from 255 or 66.58% from 368); Green value is 0 (0.39% from 255 or 0% from 368); Blue value is 123 (48.44% from 255 or 33.42% from 368); Max value from RGB is 245 - color contains mainly: red. Hex color #F5007B is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F5007B is #0AFF84. Grayscale: #575757. Windows color (decimal): -720773 or 8061173. OLE color: 8061173.

HSL color Cylindrical-coordinate representation of color #F5007B: hue angle of 329.88º degrees, saturation: 1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F5007B is Cyan = 0, Magento = 1, Yellow = 0.50 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 0 123 -
CMYK 0 1 0.50 0.04
HSL 329.88º 1% 0.48% -
HSV(B) 329.88º 1% 0.96% -
XYZ 41.23 20.84 20.59 -
YUV 87.28 148.17 240.5 -
System Red Green Blue C M Y K H S L
Decimal 245 0 123 0 1 0.50 0.04 329.88 1 0.48
Hex F5 0 7B 0 64 32 4 14A 64 30
Octal 365 0 173 0 144 62 4 512 144 60
Binary 11110101 0 1111011 0 1100100 110010 100 101001010 1100100 110000

Color Harmonies of #F5007B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5007B

Black with #F5007B

Text Example


Text Example

White with #F5007B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5007B; }

 p { color: rgb(245,0,123); }

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

background-color css

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

 a { background-color: rgb(245,0,123); }

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

border-color css

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

 span { border-color: rgb(245,0,123); }

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