Html Css Color HEX #F721BF Shocking Pink

📋 copy color: '#F721BF'

red 247 ◦ green 33 ◦ blue 191

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

Shades of Shocking Pink #F721BF

Tints of Shocking Pink #F721BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 40.55%

R = 52.44%
G = 7.01%
B = 40.55%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.23

 K value IS 0.03

RGB Variations

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

Color information

#F721BF (or 0xF721BF) is known color: Shocking Pink. HEX triplet: F7, 21 and BF. RGB value is (247,33,191). Sum of RGB (Red+Green+Blue) = 247+33+191=471 (62% of max value = 765). Red value is 247 (96.88% from 255 or 52.44% from 471); Green value is 33 (13.28% from 255 or 7.01% from 471); Blue value is 191 (75% from 255 or 40.55% from 471); Max value from RGB is 247 - color contains mainly: red. Hex color #F721BF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F721BF is #08DE40. Grayscale: #727272. Windows color (decimal): -581185 or 12526071. OLE color: 12526071.

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

Color convert

RGB 247 33 191 -
CMYK 0 0.87 0.23 0.03
HSL 315.7º 0.93% 0.55% -
HSV(B) 315.7º 0.87% 0.97% -
XYZ 48.31 24.62 51.5 -
YUV 115 170.9 222.15 -
System Red Green Blue C M Y K H S L
Decimal 247 33 191 0 0.87 0.23 0.03 315.7 0.93 0.55
Hex F7 21 BF 0 57 17 3 13C 5D 37
Octal 367 41 277 0 127 27 3 474 135 67
Binary 11110111 100001 10111111 0 1010111 10111 11 100111100 1011101 110111

Color Harmonies of #F721BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F721BF

Black with #F721BF

Text Example


Text Example

White with #F721BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F721BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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