Html Css Color HEX #F915CE Shocking Pink

📋 copy color: '#F915CE'

red 249 ◦ green 21 ◦ blue 206

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

Shades of Shocking Pink #F915CE

Tints of Shocking Pink #F915CE

RGB

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

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

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

R = 52.31%
G = 4.41%
B = 43.28%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.17

 K value IS 0.02

RGB Variations

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

Color information

#F915CE (or 0xF915CE) is known color: Shocking Pink. HEX triplet: F9, 15 and CE. RGB value is (249,21,206). Sum of RGB (Red+Green+Blue) = 249+21+206=476 (63% of max value = 765). Red value is 249 (97.66% from 255 or 52.31% from 476); Green value is 21 (8.59% from 255 or 4.41% from 476); Blue value is 206 (80.86% from 255 or 43.28% from 476); Max value from RGB is 249 - color contains mainly: red. Hex color #F915CE is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F915CE is #06EA31. Grayscale: #6D6D6D. Windows color (decimal): -453170 or 13506041. OLE color: 13506041.

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

Color convert

RGB 249 21 206 -
CMYK 0 0.92 0.17 0.02
HSL 311.32º 0.95% 0.53% -
HSV(B) 311.32º 0.92% 0.98% -
XYZ 50.48 25.13 60.58 -
YUV 110.26 182.04 226.96 -
System Red Green Blue C M Y K H S L
Decimal 249 21 206 0 0.92 0.17 0.02 311.32 0.95 0.53
Hex F9 15 CE 0 5C 11 2 137 5F 35
Octal 371 25 316 0 134 21 2 467 137 65
Binary 11111001 10101 11001110 0 1011100 10001 10 100110111 1011111 110101

Color Harmonies of #F915CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F915CE

Black with #F915CE

Text Example


Text Example

White with #F915CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F915CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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