Html Css Color HEX #F313C5 Shocking Pink

📋 copy color: '#F313C5'

red 243 ◦ green 19 ◦ blue 197

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

Shades of Shocking Pink #F313C5

Tints of Shocking Pink #F313C5

RGB

 RED value IS 243 (95.31% from 255) = 52.94%

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

 BLUE value IS 197 (77.34% from 255) = 42.92%

R = 52.94%
G = 4.14%
B = 42.92%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.19

 K value IS 0.05

RGB Variations

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

Color information

#F313C5 (or 0xF313C5) is known color: Shocking Pink. HEX triplet: F3, 13 and C5. RGB value is (243,19,197). Sum of RGB (Red+Green+Blue) = 243+19+197=459 (60% of max value = 765). Red value is 243 (95.31% from 255 or 52.94% from 459); Green value is 19 (7.81% from 255 or 4.14% from 459); Blue value is 197 (77.34% from 255 or 42.92% from 459); Max value from RGB is 243 - color contains mainly: red. Hex color #F313C5 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F313C5 is #0CEC3A. Grayscale: #696969. Windows color (decimal): -846907 or 12915699. OLE color: 12915699.

HSL color Cylindrical-coordinate representation of color #F313C5: hue angle of 312.32º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F313C5 is Cyan = 0, Magento = 0.92, Yellow = 0.19 and Black (K on CMYK) = 0.05.

Color convert

RGB 243 19 197 -
CMYK 0 0.92 0.19 0.05
HSL 312.32º 0.9% 0.51% -
HSV(B) 312.32º 0.92% 0.95% -
XYZ 47.27 23.55 54.88 -
YUV 106.27 179.21 225.53 -
System Red Green Blue C M Y K H S L
Decimal 243 19 197 0 0.92 0.19 0.05 312.32 0.9 0.51
Hex F3 13 C5 0 5C 13 5 138 5A 33
Octal 363 23 305 0 134 23 5 470 132 63
Binary 11110011 10011 11000101 0 1011100 10011 101 100111000 1011010 110011

Color Harmonies of #F313C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F313C5

Black with #F313C5

Text Example


Text Example

White with #F313C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F313C5; }

 p { color: rgb(243,19,197); }

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

background-color css

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

 a { background-color: rgb(243,19,197); }

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

border-color css

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

 span { border-color: rgb(243,19,197); }

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