Html Css Color HEX #F317C3 Shocking Pink

📋 copy color: '#F317C3'

red 243 ◦ green 23 ◦ blue 195

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

Shades of Shocking Pink #F317C3

Tints of Shocking Pink #F317C3

RGB

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

 GREEN value IS 23 (9.38% from 255) = 4.99%

 BLUE value IS 195 (76.56% from 255) = 42.3%

R = 52.71%
G = 4.99%
B = 42.3%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.20

 K value IS 0.05

RGB Variations

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

Color information

#F317C3 (or 0xF317C3) is known color: Shocking Pink. HEX triplet: F3, 17 and C3. RGB value is (243,23,195). Sum of RGB (Red+Green+Blue) = 243+23+195=461 (61% of max value = 765). Red value is 243 (95.31% from 255 or 52.71% from 461); Green value is 23 (9.38% from 255 or 4.99% from 461); Blue value is 195 (76.56% from 255 or 42.30% from 461); Max value from RGB is 243 - color contains mainly: red. Hex color #F317C3 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F317C3 is #0CE83C. Grayscale: #6B6B6B. Windows color (decimal): -845885 or 12785651. OLE color: 12785651.

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

Color convert

RGB 243 23 195 -
CMYK 0 0.91 0.20 0.05
HSL 313.09º 0.9% 0.52% -
HSV(B) 313.09º 0.91% 0.95% -
XYZ 47.12 23.61 53.7 -
YUV 108.39 176.89 224.01 -
System Red Green Blue C M Y K H S L
Decimal 243 23 195 0 0.91 0.20 0.05 313.09 0.9 0.52
Hex F3 17 C3 0 5B 14 5 139 5A 34
Octal 363 27 303 0 133 24 5 471 132 64
Binary 11110011 10111 11000011 0 1011011 10100 101 100111001 1011010 110100

Color Harmonies of #F317C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F317C3

Black with #F317C3

Text Example


Text Example

White with #F317C3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F317C3; }

 p { color: rgb(243,23,195); }

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

background-color css

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

 a { background-color: rgb(243,23,195); }

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

border-color css

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

 span { border-color: rgb(243,23,195); }

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