Html Css Color HEX #F915D5 Shocking Pink

📋 copy color: '#F915D5'

red 249 ◦ green 21 ◦ blue 213

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

Shades of Shocking Pink #F915D5

Tints of Shocking Pink #F915D5

RGB

 RED value IS 249 (97.66% from 255) = 51.55%

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

 BLUE value IS 213 (83.59% from 255) = 44.1%

R = 51.55%
G = 4.35%
B = 44.1%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.14

 K value IS 0.02

RGB Variations

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

Color information

#F915D5 (or 0xF915D5) is known color: Shocking Pink. HEX triplet: F9, 15 and D5. RGB value is (249,21,213). Sum of RGB (Red+Green+Blue) = 249+21+213=483 (63% of max value = 765). Red value is 249 (97.66% from 255 or 51.55% from 483); Green value is 21 (8.59% from 255 or 4.35% from 483); Blue value is 213 (83.59% from 255 or 44.10% from 483); Max value from RGB is 249 - color contains mainly: red. Hex color #F915D5 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F915D5 is #06EA2A. Grayscale: #6E6E6E. Windows color (decimal): -453163 or 13964793. OLE color: 13964793.

HSL color Cylindrical-coordinate representation of color #F915D5: hue angle of 309.47º degrees, saturation: 0.95, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F915D5 is Cyan = 0, Magento = 0.92, Yellow = 0.14 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 21 213 -
CMYK 0 0.92 0.14 0.02
HSL 309.47º 0.95% 0.53% -
HSV(B) 309.47º 0.92% 0.98% -
XYZ 51.35 25.48 65.16 -
YUV 111.06 185.54 226.39 -
System Red Green Blue C M Y K H S L
Decimal 249 21 213 0 0.92 0.14 0.02 309.47 0.95 0.53
Hex F9 15 D5 0 5C E 2 135 5F 35
Octal 371 25 325 0 134 16 2 465 137 65
Binary 11111001 10101 11010101 0 1011100 1110 10 100110101 1011111 110101

Color Harmonies of #F915D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F915D5

Black with #F915D5

Text Example


Text Example

White with #F915D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F915D5; }

 p { color: rgb(249,21,213); }

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

background-color css

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

 a { background-color: rgb(249,21,213); }

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

border-color css

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

 span { border-color: rgb(249,21,213); }

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