Html Css Color HEX #F7018B Deep Pink

📋 copy color: '#F7018B'

red 247 ◦ green 1 ◦ blue 139

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

Shades of Deep Pink #F7018B

Tints of Deep Pink #F7018B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 35.92%

R = 63.82%
G = 0.26%
B = 35.92%

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

#F7018B (or 0xF7018B) is known color: Deep Pink. HEX triplet: F7, 01 and 8B. RGB value is (247,1,139). Sum of RGB (Red+Green+Blue) = 247+1+139=387 (51% of max value = 765). Red value is 247 (96.88% from 255 or 63.82% from 387); Green value is 1 (0.78% from 255 or 0.26% from 387); Blue value is 139 (54.69% from 255 or 35.92% from 387); Max value from RGB is 247 - color contains mainly: red. Hex color #F7018B is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F7018B is #08FE74. Grayscale: #595959. Windows color (decimal): -589429 or 9110007. OLE color: 9110007.

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

Color convert

RGB 247 1 139 -
CMYK 0 1.00 0.44 0.03
HSL 326.34º 0.99% 0.49% -
HSV(B) 326.34º 1% 0.97% -
XYZ 43.03 21.66 26.34 -
YUV 90.29 155.5 239.78 -
System Red Green Blue C M Y K H S L
Decimal 247 1 139 0 1.00 0.44 0.03 326.34 0.99 0.49
Hex F7 1 8B 0 64 2C 3 146 63 31
Octal 367 1 213 0 144 54 3 506 143 61
Binary 11110111 1 10001011 0 1100100 101100 11 101000110 1100011 110001

Color Harmonies of #F7018B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7018B

Black with #F7018B

Text Example


Text Example

White with #F7018B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7018B; }

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

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

background-color css

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

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

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

border-color css

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

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

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