Html Css Color HEX #F812B7 Shocking Pink

📋 copy color: '#F812B7'

red 248 ◦ green 18 ◦ blue 183

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

Shades of Shocking Pink #F812B7

Tints of Shocking Pink #F812B7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 40.76%

R = 55.23%
G = 4.01%
B = 40.76%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.26

 K value IS 0.03

RGB Variations

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

Color information

#F812B7 (or 0xF812B7) is known color: Shocking Pink. HEX triplet: F8, 12 and B7. RGB value is (248,18,183). Sum of RGB (Red+Green+Blue) = 248+18+183=449 (59% of max value = 765). Red value is 248 (97.27% from 255 or 55.23% from 449); Green value is 18 (7.42% from 255 or 4.01% from 449); Blue value is 183 (71.88% from 255 or 40.76% from 449); Max value from RGB is 248 - color contains mainly: red. Hex color #F812B7 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F812B7 is #07ED48. Grayscale: #696969. Windows color (decimal): -519497 or 11997944. OLE color: 11997944.

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

Color convert

RGB 248 18 183 -
CMYK 0 0.93 0.26 0.03
HSL 316.96º 0.94% 0.52% -
HSV(B) 316.96º 0.93% 0.97% -
XYZ 47.47 23.81 46.89 -
YUV 105.58 171.7 229.58 -
System Red Green Blue C M Y K H S L
Decimal 248 18 183 0 0.93 0.26 0.03 316.96 0.94 0.52
Hex F8 12 B7 0 5D 1A 3 13D 5E 34
Octal 370 22 267 0 135 32 3 475 136 64
Binary 11111000 10010 10110111 0 1011101 11010 11 100111101 1011110 110100

Color Harmonies of #F812B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F812B7

Black with #F812B7

Text Example


Text Example

White with #F812B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F812B7; }

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

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

background-color css

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

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

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

border-color css

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

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

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