Html Css Color HEX #F915CF Shocking Pink

📋 copy color: '#F915CF'

red 249 ◦ green 21 ◦ blue 207

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

Shades of Shocking Pink #F915CF

Tints of Shocking Pink #F915CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 43.4%

R = 52.2%
G = 4.4%
B = 43.4%

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

#F915CF (or 0xF915CF) is known color: Shocking Pink. HEX triplet: F9, 15 and CF. RGB value is (249,21,207). Sum of RGB (Red+Green+Blue) = 249+21+207=477 (63% of max value = 765). Red value is 249 (97.66% from 255 or 52.20% from 477); Green value is 21 (8.59% from 255 or 4.40% from 477); Blue value is 207 (81.25% from 255 or 43.40% from 477); Max value from RGB is 249 - color contains mainly: red. Hex color #F915CF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F915CF is #06EA30. Grayscale: #6D6D6D. Windows color (decimal): -453169 or 13571577. OLE color: 13571577.

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

Color convert

RGB 249 21 207 -
CMYK 0 0.92 0.17 0.02
HSL 311.05º 0.95% 0.53% -
HSV(B) 311.05º 0.92% 0.98% -
XYZ 50.6 25.18 61.23 -
YUV 110.38 182.54 226.88 -
System Red Green Blue C M Y K H S L
Decimal 249 21 207 0 0.92 0.17 0.02 311.05 0.95 0.53
Hex F9 15 CF 0 5C 11 2 137 5F 35
Octal 371 25 317 0 134 21 2 467 137 65
Binary 11111001 10101 11001111 0 1011100 10001 10 100110111 1011111 110101

Color Harmonies of #F915CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F915CF

Black with #F915CF

Text Example


Text Example

White with #F915CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F915CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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