Html Css Color HEX #F909BA Shocking Pink

📋 copy color: '#F909BA'

red 249 ◦ green 9 ◦ blue 186

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

Shades of Shocking Pink #F909BA

Tints of Shocking Pink #F909BA

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.03%

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

R = 56.08%
G = 2.03%
B = 41.89%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.25

 K value IS 0.02

RGB Variations

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

Color information

#F909BA (or 0xF909BA) is known color: Shocking Pink. HEX triplet: F9, 09 and BA. RGB value is (249,9,186). Sum of RGB (Red+Green+Blue) = 249+9+186=444 (58% of max value = 765). Red value is 249 (97.66% from 255 or 56.08% from 444); Green value is 9 (3.91% from 255 or 2.03% from 444); Blue value is 186 (73.05% from 255 or 41.89% from 444); Max value from RGB is 249 - color contains mainly: red. Hex color #F909BA is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F909BA is #06F645. Grayscale: #646464. Windows color (decimal): -456262 or 12192249. OLE color: 12192249.

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

Color convert

RGB 249 9 186 -
CMYK 0 0.96 0.25 0.02
HSL 315.75º 0.95% 0.51% -
HSV(B) 315.75º 0.96% 0.98% -
XYZ 48.03 23.88 48.53 -
YUV 100.94 176.01 233.61 -
System Red Green Blue C M Y K H S L
Decimal 249 9 186 0 0.96 0.25 0.02 315.75 0.95 0.51
Hex F9 9 BA 0 60 19 2 13C 5F 33
Octal 371 11 272 0 140 31 2 474 137 63
Binary 11111001 1001 10111010 0 1100000 11001 10 100111100 1011111 110011

Color Harmonies of #F909BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F909BA

Black with #F909BA

Text Example


Text Example

White with #F909BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F909BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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