Html Css Color HEX #F7218C Deep Pink

📋 copy color: '#F7218C'

red 247 ◦ green 33 ◦ blue 140

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

Shades of Deep Pink #F7218C

Tints of Deep Pink #F7218C

RGB

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

 GREEN value IS 33 (13.28% from 255) = 7.86%

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

R = 58.81%
G = 7.86%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.43

 K value IS 0.03

RGB Variations

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

Color information

#F7218C (or 0xF7218C) is known color: Deep Pink. HEX triplet: F7, 21 and 8C. RGB value is (247,33,140). Sum of RGB (Red+Green+Blue) = 247+33+140=420 (55% of max value = 765). Red value is 247 (96.88% from 255 or 58.81% from 420); Green value is 33 (13.28% from 255 or 7.86% from 420); Blue value is 140 (55.08% from 255 or 33.33% from 420); Max value from RGB is 247 - color contains mainly: red. Hex color #F7218C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F7218C is #08DE73. Grayscale: #6C6C6C. Windows color (decimal): -581236 or 9183735. OLE color: 9183735.

HSL color Cylindrical-coordinate representation of color #F7218C: hue angle of 330º degrees, saturation: 0.93, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F7218C is Cyan = 0, Magento = 0.87, Yellow = 0.43 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 33 140 -
CMYK 0 0.87 0.43 0.03
HSL 330º 0.93% 0.55% -
HSV(B) 330º 0.87% 0.97% -
XYZ 43.64 22.76 26.9 -
YUV 109.18 145.4 226.3 -
System Red Green Blue C M Y K H S L
Decimal 247 33 140 0 0.87 0.43 0.03 330 0.93 0.55
Hex F7 21 8C 0 57 2B 3 14A 5D 37
Octal 367 41 214 0 127 53 3 512 135 67
Binary 11110111 100001 10001100 0 1010111 101011 11 101001010 1011101 110111

Color Harmonies of #F7218C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7218C

Black with #F7218C

Text Example


Text Example

White with #F7218C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7218C; }

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

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

background-color css

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

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

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

border-color css

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

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

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