Html Css Color HEX #F00A8B Deep Pink

📋 copy color: '#F00A8B'

red 240 ◦ green 10 ◦ blue 139

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

Shades of Deep Pink #F00A8B

Tints of Deep Pink #F00A8B

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.57%

 BLUE value IS 139 (54.69% from 255) = 35.73%

R = 61.7%
G = 2.57%
B = 35.73%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.42

 K value IS 0.06

RGB Variations

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

Color information

#F00A8B (or 0xF00A8B) is known color: Deep Pink. HEX triplet: F0, 0A and 8B. RGB value is (240,10,139). Sum of RGB (Red+Green+Blue) = 240+10+139=389 (51% of max value = 765). Red value is 240 (94.14% from 255 or 61.70% from 389); Green value is 10 (4.30% from 255 or 2.57% from 389); Blue value is 139 (54.69% from 255 or 35.73% from 389); Max value from RGB is 240 - color contains mainly: red. Hex color #F00A8B is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F00A8B is #0FF574. Grayscale: #5D5D5D. Windows color (decimal): -1045877 or 9112304. OLE color: 9112304.

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

Color convert

RGB 240 10 139 -
CMYK 0 0.96 0.42 0.06
HSL 326.35º 0.92% 0.49% -
HSV(B) 326.35º 0.96% 0.94% -
XYZ 40.7 20.61 26.26 -
YUV 93.48 153.7 232.51 -
System Red Green Blue C M Y K H S L
Decimal 240 10 139 0 0.96 0.42 0.06 326.35 0.92 0.49
Hex F0 A 8B 0 60 2A 6 146 5C 31
Octal 360 12 213 0 140 52 6 506 134 61
Binary 11110000 1010 10001011 0 1100000 101010 110 101000110 1011100 110001

Color Harmonies of #F00A8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F00A8B

Black with #F00A8B

Text Example


Text Example

White with #F00A8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F00A8B; }

 p { color: rgb(240,10,139); }

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

background-color css

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

 a { background-color: rgb(240,10,139); }

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

border-color css

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

 span { border-color: rgb(240,10,139); }

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