Html Css Color HEX #F813B7 Shocking Pink

📋 copy color: '#F813B7'

red 248 ◦ green 19 ◦ blue 183

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

Shades of Shocking Pink #F813B7

Tints of Shocking Pink #F813B7

RGB

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

 GREEN value IS 19 (7.81% from 255) = 4.22%

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

R = 55.11%
G = 4.22%
B = 40.67%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.26

 K value IS 0.03

RGB Variations

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

Color information

#F813B7 (or 0xF813B7) is known color: Shocking Pink. HEX triplet: F8, 13 and B7. RGB value is (248,19,183). Sum of RGB (Red+Green+Blue) = 248+19+183=450 (59% of max value = 765). Red value is 248 (97.27% from 255 or 55.11% from 450); Green value is 19 (7.81% from 255 or 4.22% from 450); Blue value is 183 (71.88% from 255 or 40.67% from 450); Max value from RGB is 248 - color contains mainly: red. Hex color #F813B7 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F813B7 is #07EC48. Grayscale: #696969. Windows color (decimal): -519241 or 11998200. OLE color: 11998200.

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

Color convert

RGB 248 19 183 -
CMYK 0 0.92 0.26 0.03
HSL 317.03º 0.94% 0.52% -
HSV(B) 317.03º 0.92% 0.97% -
XYZ 47.49 23.84 46.9 -
YUV 106.17 171.37 229.16 -
System Red Green Blue C M Y K H S L
Decimal 248 19 183 0 0.92 0.26 0.03 317.03 0.94 0.52
Hex F8 13 B7 0 5C 1A 3 13D 5E 34
Octal 370 23 267 0 134 32 3 475 136 64
Binary 11111000 10011 10110111 0 1011100 11010 11 100111101 1011110 110100

Color Harmonies of #F813B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F813B7

Black with #F813B7

Text Example


Text Example

White with #F813B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F813B7; }

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

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

background-color css

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

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

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

border-color css

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

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

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