Html Css Color HEX #F90BAF Shocking Pink

📋 copy color: '#F90BAF'

red 249 ◦ green 11 ◦ blue 175

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

Shades of Shocking Pink #F90BAF

Tints of Shocking Pink #F90BAF

RGB

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

 GREEN value IS 11 (4.69% from 255) = 2.53%

 BLUE value IS 175 (68.75% from 255) = 40.23%

R = 57.24%
G = 2.53%
B = 40.23%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.30

 K value IS 0.02

RGB Variations

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

Color information

#F90BAF (or 0xF90BAF) is known color: Shocking Pink. HEX triplet: F9, 0B and AF. RGB value is (249,11,175). Sum of RGB (Red+Green+Blue) = 249+11+175=435 (57% of max value = 765). Red value is 249 (97.66% from 255 or 57.24% from 435); Green value is 11 (4.69% from 255 or 2.53% from 435); Blue value is 175 (68.75% from 255 or 40.23% from 435); Max value from RGB is 249 - color contains mainly: red. Hex color #F90BAF is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F90BAF is #06F450. Grayscale: #646464. Windows color (decimal): -455761 or 11471865. OLE color: 11471865.

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

Color convert

RGB 249 11 175 -
CMYK 0 0.96 0.30 0.02
HSL 318.66º 0.95% 0.51% -
HSV(B) 318.66º 0.96% 0.98% -
XYZ 46.92 23.47 42.62 -
YUV 100.86 169.85 233.66 -
System Red Green Blue C M Y K H S L
Decimal 249 11 175 0 0.96 0.30 0.02 318.66 0.95 0.51
Hex F9 B AF 0 60 1E 2 13F 5F 33
Octal 371 13 257 0 140 36 2 477 137 63
Binary 11111001 1011 10101111 0 1100000 11110 10 100111111 1011111 110011

Color Harmonies of #F90BAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F90BAF

Black with #F90BAF

Text Example


Text Example

White with #F90BAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F90BAF; }

 p { color: rgb(249,11,175); }

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

background-color css

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

 a { background-color: rgb(249,11,175); }

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

border-color css

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

 span { border-color: rgb(249,11,175); }

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