Html Css Color HEX #F315D2 Shocking Pink

📋 copy color: '#F315D2'

red 243 ◦ green 21 ◦ blue 210

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

Shades of Shocking Pink #F315D2

Tints of Shocking Pink #F315D2

RGB

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

 GREEN value IS 21 (8.59% from 255) = 4.43%

 BLUE value IS 210 (82.42% from 255) = 44.3%

R = 51.27%
G = 4.43%
B = 44.3%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.14

 K value IS 0.05

RGB Variations

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

Color information

#F315D2 (or 0xF315D2) is known color: Shocking Pink. HEX triplet: F3, 15 and D2. RGB value is (243,21,210). Sum of RGB (Red+Green+Blue) = 243+21+210=474 (62% of max value = 765). Red value is 243 (95.31% from 255 or 51.27% from 474); Green value is 21 (8.59% from 255 or 4.43% from 474); Blue value is 210 (82.42% from 255 or 44.30% from 474); Max value from RGB is 243 - color contains mainly: red. Hex color #F315D2 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F315D2 is #0CEA2D. Grayscale: #6C6C6C. Windows color (decimal): -846382 or 13768179. OLE color: 13768179.

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

Color convert

RGB 243 21 210 -
CMYK 0 0.91 0.14 0.05
HSL 308.92º 0.9% 0.52% -
HSV(B) 308.92º 0.91% 0.95% -
XYZ 48.86 24.24 63.08 -
YUV 108.92 185.05 223.63 -
System Red Green Blue C M Y K H S L
Decimal 243 21 210 0 0.91 0.14 0.05 308.92 0.9 0.52
Hex F3 15 D2 0 5B E 5 135 5A 34
Octal 363 25 322 0 133 16 5 465 132 64
Binary 11110011 10101 11010010 0 1011011 1110 101 100110101 1011010 110100

Color Harmonies of #F315D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F315D2

Black with #F315D2

Text Example


Text Example

White with #F315D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F315D2; }

 p { color: rgb(243,21,210); }

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

background-color css

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

 a { background-color: rgb(243,21,210); }

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

border-color css

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

 span { border-color: rgb(243,21,210); }

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