Html Css Color HEX #F908BE Shocking Pink

📋 copy color: '#F908BE'

red 249 ◦ green 8 ◦ blue 190

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

Shades of Shocking Pink #F908BE

Tints of Shocking Pink #F908BE

RGB

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

 GREEN value IS 8 (3.52% from 255) = 1.79%

 BLUE value IS 190 (74.61% from 255) = 42.51%

R = 55.7%
G = 1.79%
B = 42.51%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.24

 K value IS 0.02

RGB Variations

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

Color information

#F908BE (or 0xF908BE) is known color: Shocking Pink. HEX triplet: F9, 08 and BE. RGB value is (249,8,190). Sum of RGB (Red+Green+Blue) = 249+8+190=447 (59% of max value = 765). Red value is 249 (97.66% from 255 or 55.70% from 447); Green value is 8 (3.52% from 255 or 1.79% from 447); Blue value is 190 (74.61% from 255 or 42.51% from 447); Max value from RGB is 249 - color contains mainly: red. Hex color #F908BE is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F908BE is #06F741. Grayscale: #646464. Windows color (decimal): -456514 or 12454137. OLE color: 12454137.

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

Color convert

RGB 249 8 190 -
CMYK 0 0.97 0.24 0.02
HSL 314.69º 0.95% 0.5% -
HSV(B) 314.69º 0.97% 0.98% -
XYZ 48.45 24.03 50.8 -
YUV 100.81 178.34 233.7 -
System Red Green Blue C M Y K H S L
Decimal 249 8 190 0 0.97 0.24 0.02 314.69 0.95 0.5
Hex F9 8 BE 0 61 18 2 13B 5F 32
Octal 371 10 276 0 141 30 2 473 137 62
Binary 11111001 1000 10111110 0 1100001 11000 10 100111011 1011111 110010

Color Harmonies of #F908BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F908BE

Black with #F908BE

Text Example


Text Example

White with #F908BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F908BE; }

 p { color: rgb(249,8,190); }

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

background-color css

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

 a { background-color: rgb(249,8,190); }

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

border-color css

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

 span { border-color: rgb(249,8,190); }

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