Html Css Color HEX #F7018C Deep Pink

📋 copy color: '#F7018C'

red 247 ◦ green 1 ◦ blue 140

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

Shades of Deep Pink #F7018C

Tints of Deep Pink #F7018C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 36.08%

R = 63.66%
G = 0.26%
B = 36.08%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.43

 K value IS 0.03

RGB Variations

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

Color information

#F7018C (or 0xF7018C) is known color: Deep Pink. HEX triplet: F7, 01 and 8C. RGB value is (247,1,140). Sum of RGB (Red+Green+Blue) = 247+1+140=388 (51% of max value = 765). Red value is 247 (96.88% from 255 or 63.66% from 388); Green value is 1 (0.78% from 255 or 0.26% from 388); Blue value is 140 (55.08% from 255 or 36.08% from 388); Max value from RGB is 247 - color contains mainly: red. Hex color #F7018C is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F7018C is #08FE73. Grayscale: #5A5A5A. Windows color (decimal): -589428 or 9175543. OLE color: 9175543.

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

Color convert

RGB 247 1 140 -
CMYK 0 1.00 0.43 0.03
HSL 326.1º 0.99% 0.49% -
HSV(B) 326.1º 1% 0.97% -
XYZ 43.1 21.69 26.73 -
YUV 90.4 156 239.7 -
System Red Green Blue C M Y K H S L
Decimal 247 1 140 0 1.00 0.43 0.03 326.1 0.99 0.49
Hex F7 1 8C 0 64 2B 3 146 63 31
Octal 367 1 214 0 144 53 3 506 143 61
Binary 11110111 1 10001100 0 1100100 101011 11 101000110 1100011 110001

Color Harmonies of #F7018C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7018C

Black with #F7018C

Text Example


Text Example

White with #F7018C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7018C; }

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

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

background-color css

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

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

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

border-color css

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

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

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