Html Css Color HEX #F906BF Shocking Pink

📋 copy color: '#F906BF'

red 249 ◦ green 6 ◦ blue 191

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

Shades of Shocking Pink #F906BF

Tints of Shocking Pink #F906BF

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.35%

 BLUE value IS 191 (75% from 255) = 42.83%

R = 55.83%
G = 1.35%
B = 42.83%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.23

 K value IS 0.02

RGB Variations

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

Color information

#F906BF (or 0xF906BF) is known color: Shocking Pink. HEX triplet: F9, 06 and BF. RGB value is (249,6,191). Sum of RGB (Red+Green+Blue) = 249+6+191=446 (59% of max value = 765). Red value is 249 (97.66% from 255 or 55.83% from 446); Green value is 6 (2.73% from 255 or 1.35% from 446); Blue value is 191 (75% from 255 or 42.83% from 446); Max value from RGB is 249 - color contains mainly: red. Hex color #F906BF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F906BF is #06F940. Grayscale: #636363. Windows color (decimal): -457025 or 12519161. OLE color: 12519161.

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

Color convert

RGB 249 6 191 -
CMYK 0 0.98 0.23 0.02
HSL 314.32º 0.95% 0.5% -
HSV(B) 314.32º 0.98% 0.98% -
XYZ 48.54 24.03 51.37 -
YUV 99.75 179.51 234.46 -
System Red Green Blue C M Y K H S L
Decimal 249 6 191 0 0.98 0.23 0.02 314.32 0.95 0.5
Hex F9 6 BF 0 62 17 2 13A 5F 32
Octal 371 6 277 0 142 27 2 472 137 62
Binary 11111001 110 10111111 0 1100010 10111 10 100111010 1011111 110010

Color Harmonies of #F906BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F906BF

Black with #F906BF

Text Example


Text Example

White with #F906BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F906BF; }

 p { color: rgb(249,6,191); }

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

background-color css

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

 a { background-color: rgb(249,6,191); }

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

border-color css

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

 span { border-color: rgb(249,6,191); }

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