Html Css Color HEX #F913CE Shocking Pink

📋 copy color: '#F913CE'

red 249 ◦ green 19 ◦ blue 206

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

Shades of Shocking Pink #F913CE

Tints of Shocking Pink #F913CE

RGB

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

 GREEN value IS 19 (7.81% from 255) = 4.01%

 BLUE value IS 206 (80.86% from 255) = 43.46%

R = 52.53%
G = 4.01%
B = 43.46%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.17

 K value IS 0.02

RGB Variations

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

Color information

#F913CE (or 0xF913CE) is known color: Shocking Pink. HEX triplet: F9, 13 and CE. RGB value is (249,19,206). Sum of RGB (Red+Green+Blue) = 249+19+206=474 (62% of max value = 765). Red value is 249 (97.66% from 255 or 52.53% from 474); Green value is 19 (7.81% from 255 or 4.01% from 474); Blue value is 206 (80.86% from 255 or 43.46% from 474); Max value from RGB is 249 - color contains mainly: red. Hex color #F913CE is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F913CE is #06EC31. Grayscale: #6C6C6C. Windows color (decimal): -453682 or 13505529. OLE color: 13505529.

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

Color convert

RGB 249 19 206 -
CMYK 0 0.92 0.17 0.02
HSL 311.22º 0.95% 0.53% -
HSV(B) 311.22º 0.92% 0.98% -
XYZ 50.44 25.06 60.57 -
YUV 109.09 182.7 227.79 -
System Red Green Blue C M Y K H S L
Decimal 249 19 206 0 0.92 0.17 0.02 311.22 0.95 0.53
Hex F9 13 CE 0 5C 11 2 137 5F 35
Octal 371 23 316 0 134 21 2 467 137 65
Binary 11111001 10011 11001110 0 1011100 10001 10 100110111 1011111 110101

Color Harmonies of #F913CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F913CE

Black with #F913CE

Text Example


Text Example

White with #F913CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F913CE; }

 p { color: rgb(249,19,206); }

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

background-color css

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

 a { background-color: rgb(249,19,206); }

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

border-color css

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

 span { border-color: rgb(249,19,206); }

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