Html Css Color HEX #F809C0 Shocking Pink

📋 copy color: '#F809C0'

red 248 ◦ green 9 ◦ blue 192

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

Shades of Shocking Pink #F809C0

Tints of Shocking Pink #F809C0

RGB

 RED value IS 248 (97.27% from 255) = 55.23%

 GREEN value IS 9 (3.91% from 255) = 2%

 BLUE value IS 192 (75.39% from 255) = 42.76%

R = 55.23%
G = 2%
B = 42.76%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.23

 K value IS 0.03

RGB Variations

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

Color information

#F809C0 (or 0xF809C0) is known color: Shocking Pink. HEX triplet: F8, 09 and C0. RGB value is (248,9,192). Sum of RGB (Red+Green+Blue) = 248+9+192=449 (59% of max value = 765). Red value is 248 (97.27% from 255 or 55.23% from 449); Green value is 9 (3.91% from 255 or 2.00% from 449); Blue value is 192 (75.39% from 255 or 42.76% from 449); Max value from RGB is 248 - color contains mainly: red. Hex color #F809C0 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F809C0 is #07F63F. Grayscale: #646464. Windows color (decimal): -521792 or 12585464. OLE color: 12585464.

HSL color Cylindrical-coordinate representation of color #F809C0: hue angle of 314.06º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F809C0 is Cyan = 0, Magento = 0.96, Yellow = 0.23 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 9 192 -
CMYK 0 0.96 0.23 0.03
HSL 314.06º 0.94% 0.5% -
HSV(B) 314.06º 0.96% 0.97% -
XYZ 48.32 23.96 51.95 -
YUV 101.32 179.18 232.62 -
System Red Green Blue C M Y K H S L
Decimal 248 9 192 0 0.96 0.23 0.03 314.06 0.94 0.5
Hex F8 9 C0 0 60 17 3 13A 5E 32
Octal 370 11 300 0 140 27 3 472 136 62
Binary 11111000 1001 11000000 0 1100000 10111 11 100111010 1011110 110010

Color Harmonies of #F809C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F809C0

Black with #F809C0

Text Example


Text Example

White with #F809C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F809C0; }

 p { color: rgb(248,9,192); }

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

background-color css

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

 a { background-color: rgb(248,9,192); }

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

border-color css

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

 span { border-color: rgb(248,9,192); }

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