Html Css Color HEX #F813CC Shocking Pink

📋 copy color: '#F813CC'

red 248 ◦ green 19 ◦ blue 204

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

Shades of Shocking Pink #F813CC

Tints of Shocking Pink #F813CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 43.31%

R = 52.65%
G = 4.03%
B = 43.31%

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

#F813CC (or 0xF813CC) is known color: Shocking Pink. HEX triplet: F8, 13 and CC. RGB value is (248,19,204). Sum of RGB (Red+Green+Blue) = 248+19+204=471 (62% of max value = 765). Red value is 248 (97.27% from 255 or 52.65% from 471); Green value is 19 (7.81% from 255 or 4.03% from 471); Blue value is 204 (80.08% from 255 or 43.31% from 471); Max value from RGB is 248 - color contains mainly: red. Hex color #F813CC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F813CC is #07EC33. Grayscale: #6C6C6C. Windows color (decimal): -519220 or 13374456. OLE color: 13374456.

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

Color convert

RGB 248 19 204 -
CMYK 0 0.92 0.18 0.03
HSL 311.53º 0.94% 0.52% -
HSV(B) 311.53º 0.92% 0.97% -
XYZ 49.84 24.78 59.28 -
YUV 108.56 181.87 227.46 -
System Red Green Blue C M Y K H S L
Decimal 248 19 204 0 0.92 0.18 0.03 311.53 0.94 0.52
Hex F8 13 CC 0 5C 12 3 138 5E 34
Octal 370 23 314 0 134 22 3 470 136 64
Binary 11111000 10011 11001100 0 1011100 10010 11 100111000 1011110 110100

Color Harmonies of #F813CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F813CC

Black with #F813CC

Text Example


Text Example

White with #F813CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F813CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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