Html Css Color HEX #F5008A Deep Pink

📋 copy color: '#F5008A'

red 245 ◦ green 0 ◦ blue 138

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

Shades of Deep Pink #F5008A

Tints of Deep Pink #F5008A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 36.03%

R = 63.97%
G = 0%
B = 36.03%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.44

 K value IS 0.04

RGB Variations

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

Color information

#F5008A (or 0xF5008A) is known color: Deep Pink. HEX triplet: F5, 00 and 8A. RGB value is (245,0,138). Sum of RGB (Red+Green+Blue) = 245+0+138=383 (50% of max value = 765). Red value is 245 (96.09% from 255 or 63.97% from 383); Green value is 0 (0.39% from 255 or 0% from 383); Blue value is 138 (54.30% from 255 or 36.03% from 383); Max value from RGB is 245 - color contains mainly: red. Hex color #F5008A is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F5008A is #0AFF75. Grayscale: #585858. Windows color (decimal): -720758 or 9044213. OLE color: 9044213.

HSL color Cylindrical-coordinate representation of color #F5008A: hue angle of 326.2º 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 #F5008A is Cyan = 0, Magento = 1, Yellow = 0.44 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 0 138 -
CMYK 0 1 0.44 0.04
HSL 326.2º 1% 0.48% -
HSV(B) 326.2º 1% 0.96% -
XYZ 42.24 21.25 25.92 -
YUV 88.99 155.67 239.28 -
System Red Green Blue C M Y K H S L
Decimal 245 0 138 0 1 0.44 0.04 326.2 1 0.48
Hex F5 0 8A 0 64 2C 4 146 64 30
Octal 365 0 212 0 144 54 4 506 144 60
Binary 11110101 0 10001010 0 1100100 101100 100 101000110 1100100 110000

Color Harmonies of #F5008A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5008A

Black with #F5008A

Text Example


Text Example

White with #F5008A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5008A; }

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

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

background-color css

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

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

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

border-color css

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

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

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