Html Css Color HEX #F317D5 Shocking Pink

📋 copy color: '#F317D5'

red 243 ◦ green 23 ◦ blue 213

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

Shades of Shocking Pink #F317D5

Tints of Shocking Pink #F317D5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 44.47%

R = 50.73%
G = 4.8%
B = 44.47%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.12

 K value IS 0.05

RGB Variations

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

Color information

#F317D5 (or 0xF317D5) is known color: Shocking Pink. HEX triplet: F3, 17 and D5. RGB value is (243,23,213). Sum of RGB (Red+Green+Blue) = 243+23+213=479 (63% of max value = 765). Red value is 243 (95.31% from 255 or 50.73% from 479); Green value is 23 (9.38% from 255 or 4.80% from 479); Blue value is 213 (83.59% from 255 or 44.47% from 479); Max value from RGB is 243 - color contains mainly: red. Hex color #F317D5 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F317D5 is #0CE82A. Grayscale: #6D6D6D. Windows color (decimal): -845867 or 13965299. OLE color: 13965299.

HSL color Cylindrical-coordinate representation of color #F317D5: hue angle of 308.18º 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 #F317D5 is Cyan = 0, Magento = 0.91, Yellow = 0.12 and Black (K on CMYK) = 0.05.

Color convert

RGB 243 23 213 -
CMYK 0 0.91 0.12 0.05
HSL 308.18º 0.9% 0.52% -
HSV(B) 308.18º 0.91% 0.95% -
XYZ 49.28 24.47 65.08 -
YUV 110.44 185.89 222.55 -
System Red Green Blue C M Y K H S L
Decimal 243 23 213 0 0.91 0.12 0.05 308.18 0.9 0.52
Hex F3 17 D5 0 5B C 5 134 5A 34
Octal 363 27 325 0 133 14 5 464 132 64
Binary 11110011 10111 11010101 0 1011011 1100 101 100110100 1011010 110100

Color Harmonies of #F317D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F317D5

Black with #F317D5

Text Example


Text Example

White with #F317D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F317D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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