Html Css Color HEX #F91AD0 Shocking Pink

📋 copy color: '#F91AD0'

red 249 ◦ green 26 ◦ blue 208

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

Shades of Shocking Pink #F91AD0

Tints of Shocking Pink #F91AD0

RGB

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

 GREEN value IS 26 (10.55% from 255) = 5.38%

 BLUE value IS 208 (81.64% from 255) = 43.06%

R = 51.55%
G = 5.38%
B = 43.06%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.16

 K value IS 0.02

RGB Variations

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

Color information

#F91AD0 (or 0xF91AD0) is known color: Shocking Pink. HEX triplet: F9, 1A and D0. RGB value is (249,26,208). Sum of RGB (Red+Green+Blue) = 249+26+208=483 (63% of max value = 765). Red value is 249 (97.66% from 255 or 51.55% from 483); Green value is 26 (10.55% from 255 or 5.38% from 483); Blue value is 208 (81.64% from 255 or 43.06% from 483); Max value from RGB is 249 - color contains mainly: red. Hex color #F91AD0 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F91AD0 is #06E52F. Grayscale: #707070. Windows color (decimal): -451888 or 13638393. OLE color: 13638393.

HSL color Cylindrical-coordinate representation of color #F91AD0: hue angle of 311.03º 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 #F91AD0 is Cyan = 0, Magento = 0.90, Yellow = 0.16 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 26 208 -
CMYK 0 0.90 0.16 0.02
HSL 311.03º 0.95% 0.54% -
HSV(B) 311.03º 0.9% 0.98% -
XYZ 50.82 25.43 61.9 -
YUV 113.43 181.38 224.7 -
System Red Green Blue C M Y K H S L
Decimal 249 26 208 0 0.90 0.16 0.02 311.03 0.95 0.54
Hex F9 1A D0 0 5A 10 2 137 5F 36
Octal 371 32 320 0 132 20 2 467 137 66
Binary 11111001 11010 11010000 0 1011010 10000 10 100110111 1011111 110110

Color Harmonies of #F91AD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F91AD0

Black with #F91AD0

Text Example


Text Example

White with #F91AD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F91AD0; }

 p { color: rgb(249,26,208); }

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

background-color css

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

 a { background-color: rgb(249,26,208); }

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

border-color css

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

 span { border-color: rgb(249,26,208); }

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