Html Css Color HEX #F813CA Shocking Pink

📋 copy color: '#F813CA'

red 248 ◦ green 19 ◦ blue 202

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

Shades of Shocking Pink #F813CA

Tints of Shocking Pink #F813CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 43.07%

R = 52.88%
G = 4.05%
B = 43.07%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.19

 K value IS 0.03

RGB Variations

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

Color information

#F813CA (or 0xF813CA) is known color: Shocking Pink. HEX triplet: F8, 13 and CA. RGB value is (248,19,202). Sum of RGB (Red+Green+Blue) = 248+19+202=469 (62% of max value = 765). Red value is 248 (97.27% from 255 or 52.88% from 469); Green value is 19 (7.81% from 255 or 4.05% from 469); Blue value is 202 (79.30% from 255 or 43.07% from 469); Max value from RGB is 248 - color contains mainly: red. Hex color #F813CA is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F813CA is #07EC35. Grayscale: #6B6B6B. Windows color (decimal): -519222 or 13243384. OLE color: 13243384.

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

Color convert

RGB 248 19 202 -
CMYK 0 0.92 0.19 0.03
HSL 312.05º 0.94% 0.52% -
HSV(B) 312.05º 0.92% 0.97% -
XYZ 49.6 24.69 58.03 -
YUV 108.33 180.87 227.62 -
System Red Green Blue C M Y K H S L
Decimal 248 19 202 0 0.92 0.19 0.03 312.05 0.94 0.52
Hex F8 13 CA 0 5C 13 3 138 5E 34
Octal 370 23 312 0 134 23 3 470 136 64
Binary 11111000 10011 11001010 0 1011100 10011 11 100111000 1011110 110100

Color Harmonies of #F813CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F813CA

Black with #F813CA

Text Example


Text Example

White with #F813CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F813CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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