Html Css Color HEX #F8017E Deep Pink

📋 copy color: '#F8017E'

red 248 ◦ green 1 ◦ blue 126

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

Shades of Deep Pink #F8017E

Tints of Deep Pink #F8017E

RGB

 RED value IS 248 (97.27% from 255) = 66.13%

 GREEN value IS 1 (0.78% from 255) = 0.27%

 BLUE value IS 126 (49.61% from 255) = 33.6%

R = 66.13%
G = 0.27%
B = 33.6%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.49

 K value IS 0.03

RGB Variations

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

Color information

#F8017E (or 0xF8017E) is known color: Deep Pink. HEX triplet: F8, 01 and 7E. RGB value is (248,1,126). Sum of RGB (Red+Green+Blue) = 248+1+126=375 (49% of max value = 765). Red value is 248 (97.27% from 255 or 66.13% from 375); Green value is 1 (0.78% from 255 or 0.27% from 375); Blue value is 126 (49.61% from 255 or 33.6% from 375); Max value from RGB is 248 - color contains mainly: red. Hex color #F8017E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F8017E is #07FE81. Grayscale: #585858. Windows color (decimal): -523906 or 8258040. OLE color: 8258040.

HSL color Cylindrical-coordinate representation of color #F8017E: hue angle of 329.64º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F8017E is Cyan = 0, Magento = 1.00, Yellow = 0.49 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 1 126 -
CMYK 0 1.00 0.49 0.03
HSL 329.64º 0.99% 0.49% -
HSV(B) 329.64º 1% 0.97% -
XYZ 42.49 21.48 21.65 -
YUV 89.1 148.83 241.34 -
System Red Green Blue C M Y K H S L
Decimal 248 1 126 0 1.00 0.49 0.03 329.64 0.99 0.49
Hex F8 1 7E 0 64 31 3 14A 63 31
Octal 370 1 176 0 144 61 3 512 143 61
Binary 11111000 1 1111110 0 1100100 110001 11 101001010 1100011 110001

Color Harmonies of #F8017E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8017E

Black with #F8017E

Text Example


Text Example

White with #F8017E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8017E; }

 p { color: rgb(248,1,126); }

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

background-color css

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

 a { background-color: rgb(248,1,126); }

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

border-color css

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

 span { border-color: rgb(248,1,126); }

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