Html Css Color HEX #F515D3 Shocking Pink

📋 copy color: '#F515D3'

red 245 ◦ green 21 ◦ blue 211

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

Shades of Shocking Pink #F515D3

Tints of Shocking Pink #F515D3

RGB

 RED value IS 245 (96.09% from 255) = 51.36%

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

 BLUE value IS 211 (82.81% from 255) = 44.23%

R = 51.36%
G = 4.4%
B = 44.23%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.14

 K value IS 0.04

RGB Variations

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

Color information

#F515D3 (or 0xF515D3) is known color: Shocking Pink. HEX triplet: F5, 15 and D3. RGB value is (245,21,211). Sum of RGB (Red+Green+Blue) = 245+21+211=477 (63% of max value = 765). Red value is 245 (96.09% from 255 or 51.36% from 477); Green value is 21 (8.59% from 255 or 4.40% from 477); Blue value is 211 (82.81% from 255 or 44.23% from 477); Max value from RGB is 245 - color contains mainly: red. Hex color #F515D3 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F515D3 is #0AEA2C. Grayscale: #6D6D6D. Windows color (decimal): -715309 or 13833717. OLE color: 13833717.

HSL color Cylindrical-coordinate representation of color #F515D3: hue angle of 309.11º degrees, saturation: 0.92, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F515D3 is Cyan = 0, Magento = 0.91, Yellow = 0.14 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 21 211 -
CMYK 0 0.91 0.14 0.04
HSL 309.11º 0.92% 0.52% -
HSV(B) 309.11º 0.91% 0.96% -
XYZ 49.68 24.65 63.77 -
YUV 109.64 185.21 224.55 -
System Red Green Blue C M Y K H S L
Decimal 245 21 211 0 0.91 0.14 0.04 309.11 0.92 0.52
Hex F5 15 D3 0 5B E 4 135 5C 34
Octal 365 25 323 0 133 16 4 465 134 64
Binary 11110101 10101 11010011 0 1011011 1110 100 100110101 1011100 110100

Color Harmonies of #F515D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F515D3

Black with #F515D3

Text Example


Text Example

White with #F515D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F515D3; }

 p { color: rgb(245,21,211); }

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

background-color css

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

 a { background-color: rgb(245,21,211); }

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

border-color css

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

 span { border-color: rgb(245,21,211); }

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