Html Css Color HEX #F908BA Shocking Pink

📋 copy color: '#F908BA'

red 249 ◦ green 8 ◦ blue 186

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

Shades of Shocking Pink #F908BA

Tints of Shocking Pink #F908BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 41.99%

R = 56.21%
G = 1.81%
B = 41.99%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.25

 K value IS 0.02

RGB Variations

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

Color information

#F908BA (or 0xF908BA) is known color: Shocking Pink. HEX triplet: F9, 08 and BA. RGB value is (249,8,186). Sum of RGB (Red+Green+Blue) = 249+8+186=443 (58% of max value = 765). Red value is 249 (97.66% from 255 or 56.21% from 443); Green value is 8 (3.52% from 255 or 1.81% from 443); Blue value is 186 (73.05% from 255 or 41.99% from 443); Max value from RGB is 249 - color contains mainly: red. Hex color #F908BA is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F908BA is #06F745. Grayscale: #636363. Windows color (decimal): -456518 or 12191993. OLE color: 12191993.

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

Color convert

RGB 249 8 186 -
CMYK 0 0.97 0.25 0.02
HSL 315.68º 0.95% 0.5% -
HSV(B) 315.68º 0.97% 0.98% -
XYZ 48.02 23.86 48.53 -
YUV 100.35 176.34 234.03 -
System Red Green Blue C M Y K H S L
Decimal 249 8 186 0 0.97 0.25 0.02 315.68 0.95 0.5
Hex F9 8 BA 0 61 19 2 13C 5F 32
Octal 371 10 272 0 141 31 2 474 137 62
Binary 11111001 1000 10111010 0 1100001 11001 10 100111100 1011111 110010

Color Harmonies of #F908BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F908BA

Black with #F908BA

Text Example


Text Example

White with #F908BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F908BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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