Html Css Color HEX #F515CE Shocking Pink

📋 copy color: '#F515CE'

red 245 ◦ green 21 ◦ blue 206

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

Shades of Shocking Pink #F515CE

Tints of Shocking Pink #F515CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 43.64%

R = 51.91%
G = 4.45%
B = 43.64%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.16

 K value IS 0.04

RGB Variations

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

Color information

#F515CE (or 0xF515CE) is known color: Shocking Pink. HEX triplet: F5, 15 and CE. RGB value is (245,21,206). Sum of RGB (Red+Green+Blue) = 245+21+206=472 (62% of max value = 765). Red value is 245 (96.09% from 255 or 51.91% from 472); Green value is 21 (8.59% from 255 or 4.45% from 472); Blue value is 206 (80.86% from 255 or 43.64% from 472); Max value from RGB is 245 - color contains mainly: red. Hex color #F515CE is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F515CE is #0AEA31. Grayscale: #6C6C6C. Windows color (decimal): -715314 or 13506037. OLE color: 13506037.

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

Color convert

RGB 245 21 206 -
CMYK 0 0.91 0.16 0.04
HSL 310.45º 0.92% 0.52% -
HSV(B) 310.45º 0.91% 0.96% -
XYZ 49.06 24.41 60.52 -
YUV 109.07 182.71 224.96 -
System Red Green Blue C M Y K H S L
Decimal 245 21 206 0 0.91 0.16 0.04 310.45 0.92 0.52
Hex F5 15 CE 0 5B 10 4 136 5C 34
Octal 365 25 316 0 133 20 4 466 134 64
Binary 11110101 10101 11001110 0 1011011 10000 100 100110110 1011100 110100

Color Harmonies of #F515CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F515CE

Black with #F515CE

Text Example


Text Example

White with #F515CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F515CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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