Html Css Color HEX #F813CF Shocking Pink

📋 copy color: '#F813CF'

red 248 ◦ green 19 ◦ blue 207

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

Shades of Shocking Pink #F813CF

Tints of Shocking Pink #F813CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 43.67%

R = 52.32%
G = 4.01%
B = 43.67%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.17

 K value IS 0.03

RGB Variations

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

Color information

#F813CF (or 0xF813CF) is known color: Shocking Pink. HEX triplet: F8, 13 and CF. RGB value is (248,19,207). Sum of RGB (Red+Green+Blue) = 248+19+207=474 (62% of max value = 765). Red value is 248 (97.27% from 255 or 52.32% from 474); Green value is 19 (7.81% from 255 or 4.01% from 474); Blue value is 207 (81.25% from 255 or 43.67% from 474); Max value from RGB is 248 - color contains mainly: red. Hex color #F813CF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F813CF is #07EC30. Grayscale: #6C6C6C. Windows color (decimal): -519217 or 13571064. OLE color: 13571064.

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

Color convert

RGB 248 19 207 -
CMYK 0 0.92 0.17 0.03
HSL 310.74º 0.94% 0.52% -
HSV(B) 310.74º 0.92% 0.97% -
XYZ 50.21 24.93 61.2 -
YUV 108.9 183.37 227.21 -
System Red Green Blue C M Y K H S L
Decimal 248 19 207 0 0.92 0.17 0.03 310.74 0.94 0.52
Hex F8 13 CF 0 5C 11 3 137 5E 34
Octal 370 23 317 0 134 21 3 467 136 64
Binary 11111000 10011 11001111 0 1011100 10001 11 100110111 1011110 110100

Color Harmonies of #F813CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F813CF

Black with #F813CF

Text Example


Text Example

White with #F813CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F813CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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