Html Css Color HEX #F812BC Shocking Pink

📋 copy color: '#F812BC'

red 248 ◦ green 18 ◦ blue 188

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

Shades of Shocking Pink #F812BC

Tints of Shocking Pink #F812BC

RGB

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

 GREEN value IS 18 (7.42% from 255) = 3.96%

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

R = 54.63%
G = 3.96%
B = 41.41%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.24

 K value IS 0.03

RGB Variations

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

Color information

#F812BC (or 0xF812BC) is known color: Shocking Pink. HEX triplet: F8, 12 and BC. RGB value is (248,18,188). Sum of RGB (Red+Green+Blue) = 248+18+188=454 (60% of max value = 765). Red value is 248 (97.27% from 255 or 54.63% from 454); Green value is 18 (7.42% from 255 or 3.96% from 454); Blue value is 188 (73.83% from 255 or 41.41% from 454); Max value from RGB is 248 - color contains mainly: red. Hex color #F812BC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F812BC is #07ED43. Grayscale: #696969. Windows color (decimal): -519492 or 12325624. OLE color: 12325624.

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

Color convert

RGB 248 18 188 -
CMYK 0 0.93 0.24 0.03
HSL 315.65º 0.94% 0.52% -
HSV(B) 315.65º 0.93% 0.97% -
XYZ 48 24.02 49.68 -
YUV 106.15 174.2 229.18 -
System Red Green Blue C M Y K H S L
Decimal 248 18 188 0 0.93 0.24 0.03 315.65 0.94 0.52
Hex F8 12 BC 0 5D 18 3 13C 5E 34
Octal 370 22 274 0 135 30 3 474 136 64
Binary 11111000 10010 10111100 0 1011101 11000 11 100111100 1011110 110100

Color Harmonies of #F812BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F812BC

Black with #F812BC

Text Example


Text Example

White with #F812BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F812BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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