Html Css Color HEX #F813CB Shocking Pink

📋 copy color: '#F813CB'

red 248 ◦ green 19 ◦ blue 203

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

Shades of Shocking Pink #F813CB

Tints of Shocking Pink #F813CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 43.19%

R = 52.77%
G = 4.04%
B = 43.19%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.18

 K value IS 0.03

RGB Variations

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

Color information

#F813CB (or 0xF813CB) is known color: Shocking Pink. HEX triplet: F8, 13 and CB. RGB value is (248,19,203). Sum of RGB (Red+Green+Blue) = 248+19+203=470 (62% of max value = 765). Red value is 248 (97.27% from 255 or 52.77% from 470); Green value is 19 (7.81% from 255 or 4.04% from 470); Blue value is 203 (79.69% from 255 or 43.19% from 470); Max value from RGB is 248 - color contains mainly: red. Hex color #F813CB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F813CB is #07EC34. Grayscale: #6B6B6B. Windows color (decimal): -519221 or 13308920. OLE color: 13308920.

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

Color convert

RGB 248 19 203 -
CMYK 0 0.92 0.18 0.03
HSL 311.79º 0.94% 0.52% -
HSV(B) 311.79º 0.92% 0.97% -
XYZ 49.72 24.73 58.65 -
YUV 108.45 181.37 227.54 -
System Red Green Blue C M Y K H S L
Decimal 248 19 203 0 0.92 0.18 0.03 311.79 0.94 0.52
Hex F8 13 CB 0 5C 12 3 138 5E 34
Octal 370 23 313 0 134 22 3 470 136 64
Binary 11111000 10011 11001011 0 1011100 10010 11 100111000 1011110 110100

Color Harmonies of #F813CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F813CB

Black with #F813CB

Text Example


Text Example

White with #F813CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F813CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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