Html Css Color HEX #F915CC Shocking Pink

📋 copy color: '#F915CC'

red 249 ◦ green 21 ◦ blue 204

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

Shades of Shocking Pink #F915CC

Tints of Shocking Pink #F915CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 43.04%

R = 52.53%
G = 4.43%
B = 43.04%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.18

 K value IS 0.02

RGB Variations

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

Color information

#F915CC (or 0xF915CC) is known color: Shocking Pink. HEX triplet: F9, 15 and CC. RGB value is (249,21,204). Sum of RGB (Red+Green+Blue) = 249+21+204=474 (62% of max value = 765). Red value is 249 (97.66% from 255 or 52.53% from 474); Green value is 21 (8.59% from 255 or 4.43% from 474); Blue value is 204 (80.08% from 255 or 43.04% from 474); Max value from RGB is 249 - color contains mainly: red. Hex color #F915CC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F915CC is #06EA33. Grayscale: #6D6D6D. Windows color (decimal): -453172 or 13374969. OLE color: 13374969.

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

Color convert

RGB 249 21 204 -
CMYK 0 0.92 0.18 0.02
HSL 311.84º 0.95% 0.53% -
HSV(B) 311.84º 0.92% 0.98% -
XYZ 50.23 25.04 59.31 -
YUV 110.03 181.04 227.12 -
System Red Green Blue C M Y K H S L
Decimal 249 21 204 0 0.92 0.18 0.02 311.84 0.95 0.53
Hex F9 15 CC 0 5C 12 2 138 5F 35
Octal 371 25 314 0 134 22 2 470 137 65
Binary 11111001 10101 11001100 0 1011100 10010 10 100111000 1011111 110101

Color Harmonies of #F915CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F915CC

Black with #F915CC

Text Example


Text Example

White with #F915CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F915CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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