Html Css Color HEX #F809C5 Shocking Pink

📋 copy color: '#F809C5'

red 248 ◦ green 9 ◦ blue 197

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

Shades of Shocking Pink #F809C5

Tints of Shocking Pink #F809C5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 43.39%

R = 54.63%
G = 1.98%
B = 43.39%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.21

 K value IS 0.03

RGB Variations

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

Color information

#F809C5 (or 0xF809C5) is known color: Shocking Pink. HEX triplet: F8, 09 and C5. RGB value is (248,9,197). Sum of RGB (Red+Green+Blue) = 248+9+197=454 (60% of max value = 765). Red value is 248 (97.27% from 255 or 54.63% from 454); Green value is 9 (3.91% from 255 or 1.98% from 454); Blue value is 197 (77.34% from 255 or 43.39% from 454); Max value from RGB is 248 - color contains mainly: red. Hex color #F809C5 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F809C5 is #07F63A. Grayscale: #656565. Windows color (decimal): -521787 or 12913144. OLE color: 12913144.

HSL color Cylindrical-coordinate representation of color #F809C5: hue angle of 312.8º 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 #F809C5 is Cyan = 0, Magento = 0.96, Yellow = 0.21 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 9 197 -
CMYK 0 0.96 0.21 0.03
HSL 312.8º 0.94% 0.5% -
HSV(B) 312.8º 0.96% 0.97% -
XYZ 48.89 24.18 54.91 -
YUV 101.89 181.68 232.21 -
System Red Green Blue C M Y K H S L
Decimal 248 9 197 0 0.96 0.21 0.03 312.8 0.94 0.5
Hex F8 9 C5 0 60 15 3 139 5E 32
Octal 370 11 305 0 140 25 3 471 136 62
Binary 11111000 1001 11000101 0 1100000 10101 11 100111001 1011110 110010

Color Harmonies of #F809C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F809C5

Black with #F809C5

Text Example


Text Example

White with #F809C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F809C5; }

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

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

background-color css

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

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

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

border-color css

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

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

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