Html Css Color HEX #F00A7A Deep Pink

📋 copy color: '#F00A7A'

red 240 ◦ green 10 ◦ blue 122

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

Shades of Deep Pink #F00A7A

Tints of Deep Pink #F00A7A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 32.8%

R = 64.52%
G = 2.69%
B = 32.8%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.49

 K value IS 0.06

RGB Variations

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

Color information

#F00A7A (or 0xF00A7A) is known color: Deep Pink. HEX triplet: F0, 0A and 7A. RGB value is (240,10,122). Sum of RGB (Red+Green+Blue) = 240+10+122=372 (49% of max value = 765). Red value is 240 (94.14% from 255 or 64.52% from 372); Green value is 10 (4.30% from 255 or 2.69% from 372); Blue value is 122 (48.05% from 255 or 32.80% from 372); Max value from RGB is 240 - color contains mainly: red. Hex color #F00A7A is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F00A7A is #0FF585. Grayscale: #5B5B5B. Windows color (decimal): -1045894 or 7998192. OLE color: 7998192.

HSL color Cylindrical-coordinate representation of color #F00A7A: hue angle of 330.78º 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 #F00A7A is Cyan = 0, Magento = 0.96, Yellow = 0.49 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 10 122 -
CMYK 0 0.96 0.49 0.06
HSL 330.78º 0.92% 0.49% -
HSV(B) 330.78º 0.96% 0.94% -
XYZ 39.56 20.15 20.22 -
YUV 91.54 145.2 233.89 -
System Red Green Blue C M Y K H S L
Decimal 240 10 122 0 0.96 0.49 0.06 330.78 0.92 0.49
Hex F0 A 7A 0 60 31 6 14B 5C 31
Octal 360 12 172 0 140 61 6 513 134 61
Binary 11110000 1010 1111010 0 1100000 110001 110 101001011 1011100 110001

Color Harmonies of #F00A7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F00A7A

Black with #F00A7A

Text Example


Text Example

White with #F00A7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F00A7A; }

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

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

background-color css

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

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

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

border-color css

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

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

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