Html Css Color HEX #F00A7D Deep Pink

📋 copy color: '#F00A7D'

red 240 ◦ green 10 ◦ blue 125

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

Shades of Deep Pink #F00A7D

Tints of Deep Pink #F00A7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 33.33%

R = 64%
G = 2.67%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.48

 K value IS 0.06

RGB Variations

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

Color information

#F00A7D (or 0xF00A7D) is known color: Deep Pink. HEX triplet: F0, 0A and 7D. RGB value is (240,10,125). Sum of RGB (Red+Green+Blue) = 240+10+125=375 (49% of max value = 765). Red value is 240 (94.14% from 255 or 64% from 375); Green value is 10 (4.30% from 255 or 2.67% from 375); Blue value is 125 (49.22% from 255 or 33.33% from 375); Max value from RGB is 240 - color contains mainly: red. Hex color #F00A7D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F00A7D is #0FF582. Grayscale: #5B5B5B. Windows color (decimal): -1045891 or 8194800. OLE color: 8194800.

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

Color convert

RGB 240 10 125 -
CMYK 0 0.96 0.48 0.06
HSL 330º 0.92% 0.49% -
HSV(B) 330º 0.96% 0.94% -
XYZ 39.75 20.22 21.21 -
YUV 91.88 146.7 233.65 -
System Red Green Blue C M Y K H S L
Decimal 240 10 125 0 0.96 0.48 0.06 330 0.92 0.49
Hex F0 A 7D 0 60 30 6 14A 5C 31
Octal 360 12 175 0 140 60 6 512 134 61
Binary 11110000 1010 1111101 0 1100000 110000 110 101001010 1011100 110001

Color Harmonies of #F00A7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F00A7D

Black with #F00A7D

Text Example


Text Example

White with #F00A7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F00A7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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