Html Css Color HEX #F919CE Shocking Pink

📋 copy color: '#F919CE'

red 249 ◦ green 25 ◦ blue 206

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

Shades of Shocking Pink #F919CE

Tints of Shocking Pink #F919CE

RGB

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

 GREEN value IS 25 (10.16% from 255) = 5.21%

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

R = 51.88%
G = 5.21%
B = 42.92%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.17

 K value IS 0.02

RGB Variations

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

Color information

#F919CE (or 0xF919CE) is known color: Shocking Pink. HEX triplet: F9, 19 and CE. RGB value is (249,25,206). Sum of RGB (Red+Green+Blue) = 249+25+206=480 (63% of max value = 765). Red value is 249 (97.66% from 255 or 51.88% from 480); Green value is 25 (10.16% from 255 or 5.21% from 480); Blue value is 206 (80.86% from 255 or 42.92% from 480); Max value from RGB is 249 - color contains mainly: red. Hex color #F919CE is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F919CE is #06E631. Grayscale: #707070. Windows color (decimal): -452146 or 13507065. OLE color: 13507065.

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

Color convert

RGB 249 25 206 -
CMYK 0 0.90 0.17 0.02
HSL 311.52º 0.95% 0.54% -
HSV(B) 311.52º 0.9% 0.98% -
XYZ 50.56 25.29 60.61 -
YUV 112.61 180.71 225.28 -
System Red Green Blue C M Y K H S L
Decimal 249 25 206 0 0.90 0.17 0.02 311.52 0.95 0.54
Hex F9 19 CE 0 5A 11 2 138 5F 36
Octal 371 31 316 0 132 21 2 470 137 66
Binary 11111001 11001 11001110 0 1011010 10001 10 100111000 1011111 110110

Color Harmonies of #F919CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F919CE

Black with #F919CE

Text Example


Text Example

White with #F919CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F919CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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