Html Css Color HEX #F515CA Shocking Pink

📋 copy color: '#F515CA'

red 245 ◦ green 21 ◦ blue 202

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

Shades of Shocking Pink #F515CA

Tints of Shocking Pink #F515CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 43.16%

R = 52.35%
G = 4.49%
B = 43.16%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.18

 K value IS 0.04

RGB Variations

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

Color information

#F515CA (or 0xF515CA) is known color: Shocking Pink. HEX triplet: F5, 15 and CA. RGB value is (245,21,202). Sum of RGB (Red+Green+Blue) = 245+21+202=468 (61% of max value = 765). Red value is 245 (96.09% from 255 or 52.35% from 468); Green value is 21 (8.59% from 255 or 4.49% from 468); Blue value is 202 (79.30% from 255 or 43.16% from 468); Max value from RGB is 245 - color contains mainly: red. Hex color #F515CA is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F515CA is #0AEA35. Grayscale: #6C6C6C. Windows color (decimal): -715318 or 13243893. OLE color: 13243893.

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

Color convert

RGB 245 21 202 -
CMYK 0 0.91 0.18 0.04
HSL 311.52º 0.92% 0.52% -
HSV(B) 311.52º 0.91% 0.96% -
XYZ 48.59 24.21 57.99 -
YUV 108.61 180.71 225.28 -
System Red Green Blue C M Y K H S L
Decimal 245 21 202 0 0.91 0.18 0.04 311.52 0.92 0.52
Hex F5 15 CA 0 5B 12 4 138 5C 34
Octal 365 25 312 0 133 22 4 470 134 64
Binary 11110101 10101 11001010 0 1011011 10010 100 100111000 1011100 110100

Color Harmonies of #F515CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F515CA

Black with #F515CA

Text Example


Text Example

White with #F515CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F515CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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