Html Css Color HEX #F917CC Shocking Pink

📋 copy color: '#F917CC'

red 249 ◦ green 23 ◦ blue 204

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

Shades of Shocking Pink #F917CC

Tints of Shocking Pink #F917CC

RGB

 RED value IS 249 (97.66% from 255) = 52.31%

 GREEN value IS 23 (9.38% from 255) = 4.83%

 BLUE value IS 204 (80.08% from 255) = 42.86%

R = 52.31%
G = 4.83%
B = 42.86%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.18

 K value IS 0.02

RGB Variations

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

Color information

#F917CC (or 0xF917CC) is known color: Shocking Pink. HEX triplet: F9, 17 and CC. RGB value is (249,23,204). Sum of RGB (Red+Green+Blue) = 249+23+204=476 (63% of max value = 765). Red value is 249 (97.66% from 255 or 52.31% from 476); Green value is 23 (9.38% from 255 or 4.83% from 476); Blue value is 204 (80.08% from 255 or 42.86% from 476); Max value from RGB is 249 - color contains mainly: red. Hex color #F917CC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F917CC is #06E833. Grayscale: #6E6E6E. Windows color (decimal): -452660 or 13375481. OLE color: 13375481.

HSL color Cylindrical-coordinate representation of color #F917CC: hue angle of 311.95º degrees, saturation: 0.95, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F917CC is Cyan = 0, Magento = 0.91, Yellow = 0.18 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 23 204 -
CMYK 0 0.91 0.18 0.02
HSL 311.95º 0.95% 0.53% -
HSV(B) 311.95º 0.91% 0.98% -
XYZ 50.27 25.11 59.32 -
YUV 111.21 180.37 226.28 -
System Red Green Blue C M Y K H S L
Decimal 249 23 204 0 0.91 0.18 0.02 311.95 0.95 0.53
Hex F9 17 CC 0 5B 12 2 138 5F 35
Octal 371 27 314 0 133 22 2 470 137 65
Binary 11111001 10111 11001100 0 1011011 10010 10 100111000 1011111 110101

Color Harmonies of #F917CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F917CC

Black with #F917CC

Text Example


Text Example

White with #F917CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F917CC; }

 p { color: rgb(249,23,204); }

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

background-color css

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

 a { background-color: rgb(249,23,204); }

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

border-color css

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

 span { border-color: rgb(249,23,204); }

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