Html Css Color HEX #F814BC Shocking Pink

📋 copy color: '#F814BC'

red 248 ◦ green 20 ◦ blue 188

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

Shades of Shocking Pink #F814BC

Tints of Shocking Pink #F814BC

RGB

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

 GREEN value IS 20 (8.2% from 255) = 4.39%

 BLUE value IS 188 (73.83% from 255) = 41.23%

R = 54.39%
G = 4.39%
B = 41.23%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.24

 K value IS 0.03

RGB Variations

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

Color information

#F814BC (or 0xF814BC) is known color: Shocking Pink. HEX triplet: F8, 14 and BC. RGB value is (248,20,188). Sum of RGB (Red+Green+Blue) = 248+20+188=456 (60% of max value = 765). Red value is 248 (97.27% from 255 or 54.39% from 456); Green value is 20 (8.20% from 255 or 4.39% from 456); Blue value is 188 (73.83% from 255 or 41.23% from 456); Max value from RGB is 248 - color contains mainly: red. Hex color #F814BC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F814BC is #07EB43. Grayscale: #6A6A6A. Windows color (decimal): -518980 or 12326136. OLE color: 12326136.

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

Color convert

RGB 248 20 188 -
CMYK 0 0.92 0.24 0.03
HSL 315.79º 0.94% 0.53% -
HSV(B) 315.79º 0.92% 0.97% -
XYZ 48.04 24.09 49.69 -
YUV 107.32 173.54 228.34 -
System Red Green Blue C M Y K H S L
Decimal 248 20 188 0 0.92 0.24 0.03 315.79 0.94 0.53
Hex F8 14 BC 0 5C 18 3 13C 5E 35
Octal 370 24 274 0 134 30 3 474 136 65
Binary 11111000 10100 10111100 0 1011100 11000 11 100111100 1011110 110101

Color Harmonies of #F814BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F814BC

Black with #F814BC

Text Example


Text Example

White with #F814BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F814BC; }

 p { color: rgb(248,20,188); }

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

background-color css

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

 a { background-color: rgb(248,20,188); }

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

border-color css

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

 span { border-color: rgb(248,20,188); }

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