Html Css Color HEX #F7018A Deep Pink

📋 copy color: '#F7018A'

red 247 ◦ green 1 ◦ blue 138

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

Shades of Deep Pink #F7018A

Tints of Deep Pink #F7018A

RGB

 RED value IS 247 (96.88% from 255) = 63.99%

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

 BLUE value IS 138 (54.3% from 255) = 35.75%

R = 63.99%
G = 0.26%
B = 35.75%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.44

 K value IS 0.03

RGB Variations

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

Color information

#F7018A (or 0xF7018A) is known color: Deep Pink. HEX triplet: F7, 01 and 8A. RGB value is (247,1,138). Sum of RGB (Red+Green+Blue) = 247+1+138=386 (51% of max value = 765). Red value is 247 (96.88% from 255 or 63.99% from 386); Green value is 1 (0.78% from 255 or 0.26% from 386); Blue value is 138 (54.30% from 255 or 35.75% from 386); Max value from RGB is 247 - color contains mainly: red. Hex color #F7018A is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F7018A is #08FE75. Grayscale: #595959. Windows color (decimal): -589430 or 9044471. OLE color: 9044471.

HSL color Cylindrical-coordinate representation of color #F7018A: hue angle of 326.59º 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 #F7018A is Cyan = 0, Magento = 1.00, Yellow = 0.44 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 1 138 -
CMYK 0 1.00 0.44 0.03
HSL 326.59º 0.99% 0.49% -
HSV(B) 326.59º 1% 0.97% -
XYZ 42.96 21.63 25.96 -
YUV 90.17 155 239.86 -
System Red Green Blue C M Y K H S L
Decimal 247 1 138 0 1.00 0.44 0.03 326.59 0.99 0.49
Hex F7 1 8A 0 64 2C 3 147 63 31
Octal 367 1 212 0 144 54 3 507 143 61
Binary 11110111 1 10001010 0 1100100 101100 11 101000111 1100011 110001

Color Harmonies of #F7018A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7018A

Black with #F7018A

Text Example


Text Example

White with #F7018A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7018A; }

 p { color: rgb(247,1,138); }

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

background-color css

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

 a { background-color: rgb(247,1,138); }

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

border-color css

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

 span { border-color: rgb(247,1,138); }

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