Html Css Color HEX #F90AB5 Shocking Pink

📋 copy color: '#F90AB5'

red 249 ◦ green 10 ◦ blue 181

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

Shades of Shocking Pink #F90AB5

Tints of Shocking Pink #F90AB5

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.27%

 BLUE value IS 181 (71.09% from 255) = 41.14%

R = 56.59%
G = 2.27%
B = 41.14%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.27

 K value IS 0.02

RGB Variations

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

Color information

#F90AB5 (or 0xF90AB5) is known color: Shocking Pink. HEX triplet: F9, 0A and B5. RGB value is (249,10,181). Sum of RGB (Red+Green+Blue) = 249+10+181=440 (58% of max value = 765). Red value is 249 (97.66% from 255 or 56.59% from 440); Green value is 10 (4.30% from 255 or 2.27% from 440); Blue value is 181 (71.09% from 255 or 41.14% from 440); Max value from RGB is 249 - color contains mainly: red. Hex color #F90AB5 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F90AB5 is #06F54A. Grayscale: #646464. Windows color (decimal): -456011 or 11864825. OLE color: 11864825.

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

Color convert

RGB 249 10 181 -
CMYK 0 0.96 0.27 0.02
HSL 317.07º 0.95% 0.51% -
HSV(B) 317.07º 0.96% 0.98% -
XYZ 47.52 23.69 45.78 -
YUV 100.96 173.18 233.6 -
System Red Green Blue C M Y K H S L
Decimal 249 10 181 0 0.96 0.27 0.02 317.07 0.95 0.51
Hex F9 A B5 0 60 1B 2 13D 5F 33
Octal 371 12 265 0 140 33 2 475 137 63
Binary 11111001 1010 10110101 0 1100000 11011 10 100111101 1011111 110011

Color Harmonies of #F90AB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F90AB5

Black with #F90AB5

Text Example


Text Example

White with #F90AB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F90AB5; }

 p { color: rgb(249,10,181); }

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

background-color css

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

 a { background-color: rgb(249,10,181); }

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

border-color css

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

 span { border-color: rgb(249,10,181); }

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