Html Css Color HEX #F7217B Deep Pink

📋 copy color: '#F7217B'

red 247 ◦ green 33 ◦ blue 123

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

Shades of Deep Pink #F7217B

Tints of Deep Pink #F7217B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 30.52%

R = 61.29%
G = 8.19%
B = 30.52%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.50

 K value IS 0.03

RGB Variations

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

Color information

#F7217B (or 0xF7217B) is known color: Deep Pink. HEX triplet: F7, 21 and 7B. RGB value is (247,33,123). Sum of RGB (Red+Green+Blue) = 247+33+123=403 (53% of max value = 765). Red value is 247 (96.88% from 255 or 61.29% from 403); Green value is 33 (13.28% from 255 or 8.19% from 403); Blue value is 123 (48.44% from 255 or 30.52% from 403); Max value from RGB is 247 - color contains mainly: red. Hex color #F7217B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F7217B is #08DE84. Grayscale: #6B6B6B. Windows color (decimal): -581253 or 8069623. OLE color: 8069623.

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

Color convert

RGB 247 33 123 -
CMYK 0 0.87 0.50 0.03
HSL 334.77º 0.93% 0.55% -
HSV(B) 334.77º 0.87% 0.97% -
XYZ 42.48 22.29 20.8 -
YUV 107.25 136.9 227.68 -
System Red Green Blue C M Y K H S L
Decimal 247 33 123 0 0.87 0.50 0.03 334.77 0.93 0.55
Hex F7 21 7B 0 57 32 3 14F 5D 37
Octal 367 41 173 0 127 62 3 517 135 67
Binary 11110111 100001 1111011 0 1010111 110010 11 101001111 1011101 110111

Color Harmonies of #F7217B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7217B

Black with #F7217B

Text Example


Text Example

White with #F7217B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7217B; }

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

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

background-color css

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

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

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

border-color css

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

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

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