Html Css Color HEX #F01A7D Deep Pink

📋 copy color: '#F01A7D'

red 240 ◦ green 26 ◦ blue 125

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

Shades of Deep Pink #F01A7D

Tints of Deep Pink #F01A7D

RGB

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

 GREEN value IS 26 (10.55% from 255) = 6.65%

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

R = 61.38%
G = 6.65%
B = 31.97%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.48

 K value IS 0.06

RGB Variations

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

Color information

#F01A7D (or 0xF01A7D) is known color: Deep Pink. HEX triplet: F0, 1A and 7D. RGB value is (240,26,125). Sum of RGB (Red+Green+Blue) = 240+26+125=391 (51% of max value = 765). Red value is 240 (94.14% from 255 or 61.38% from 391); Green value is 26 (10.55% from 255 or 6.65% from 391); Blue value is 125 (49.22% from 255 or 31.97% from 391); Max value from RGB is 240 - color contains mainly: red. Hex color #F01A7D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F01A7D is #0FE582. Grayscale: #656565. Windows color (decimal): -1041795 or 8198896. OLE color: 8198896.

HSL color Cylindrical-coordinate representation of color #F01A7D: hue angle of 332.24º degrees, saturation: 0.88, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F01A7D is Cyan = 0, Magento = 0.89, Yellow = 0.48 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 26 125 -
CMYK 0 0.89 0.48 0.06
HSL 332.24º 0.88% 0.52% -
HSV(B) 332.24º 0.89% 0.94% -
XYZ 40.01 20.74 21.3 -
YUV 101.27 141.4 226.95 -
System Red Green Blue C M Y K H S L
Decimal 240 26 125 0 0.89 0.48 0.06 332.24 0.88 0.52
Hex F0 1A 7D 0 59 30 6 14C 58 34
Octal 360 32 175 0 131 60 6 514 130 64
Binary 11110000 11010 1111101 0 1011001 110000 110 101001100 1011000 110100

Color Harmonies of #F01A7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F01A7D

Black with #F01A7D

Text Example


Text Example

White with #F01A7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F01A7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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