Html Css Color HEX #F315D4 Shocking Pink

📋 copy color: '#F315D4'

red 243 ◦ green 21 ◦ blue 212

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

Shades of Shocking Pink #F315D4

Tints of Shocking Pink #F315D4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 44.54%

R = 51.05%
G = 4.41%
B = 44.54%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.13

 K value IS 0.05

RGB Variations

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

Color information

#F315D4 (or 0xF315D4) is known color: Shocking Pink. HEX triplet: F3, 15 and D4. RGB value is (243,21,212). Sum of RGB (Red+Green+Blue) = 243+21+212=476 (63% of max value = 765). Red value is 243 (95.31% from 255 or 51.05% from 476); Green value is 21 (8.59% from 255 or 4.41% from 476); Blue value is 212 (83.20% from 255 or 44.54% from 476); Max value from RGB is 243 - color contains mainly: red. Hex color #F315D4 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F315D4 is #0CEA2B. Grayscale: #6C6C6C. Windows color (decimal): -846380 or 13899251. OLE color: 13899251.

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

Color convert

RGB 243 21 212 -
CMYK 0 0.91 0.13 0.05
HSL 308.38º 0.9% 0.52% -
HSV(B) 308.38º 0.91% 0.95% -
XYZ 49.11 24.34 64.4 -
YUV 109.15 186.05 223.47 -
System Red Green Blue C M Y K H S L
Decimal 243 21 212 0 0.91 0.13 0.05 308.38 0.9 0.52
Hex F3 15 D4 0 5B D 5 134 5A 34
Octal 363 25 324 0 133 15 5 464 132 64
Binary 11110011 10101 11010100 0 1011011 1101 101 100110100 1011010 110100

Color Harmonies of #F315D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F315D4

Black with #F315D4

Text Example


Text Example

White with #F315D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F315D4; }

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

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

background-color css

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

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

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

border-color css

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

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

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