Html Css Color HEX #F90DBA Shocking Pink

📋 copy color: '#F90DBA'

red 249 ◦ green 13 ◦ blue 186

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

Shades of Shocking Pink #F90DBA

Tints of Shocking Pink #F90DBA

RGB

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

 GREEN value IS 13 (5.47% from 255) = 2.9%

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

R = 55.58%
G = 2.9%
B = 41.52%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.25

 K value IS 0.02

RGB Variations

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

Color information

#F90DBA (or 0xF90DBA) is known color: Shocking Pink. HEX triplet: F9, 0D and BA. RGB value is (249,13,186). Sum of RGB (Red+Green+Blue) = 249+13+186=448 (59% of max value = 765). Red value is 249 (97.66% from 255 or 55.58% from 448); Green value is 13 (5.47% from 255 or 2.90% from 448); Blue value is 186 (73.05% from 255 or 41.52% from 448); Max value from RGB is 249 - color contains mainly: red. Hex color #F90DBA is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F90DBA is #06F245. Grayscale: #666666. Windows color (decimal): -455238 or 12193273. OLE color: 12193273.

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

Color convert

RGB 249 13 186 -
CMYK 0 0.95 0.25 0.02
HSL 316.02º 0.95% 0.51% -
HSV(B) 316.02º 0.95% 0.98% -
XYZ 48.07 23.97 48.55 -
YUV 103.29 174.69 231.93 -
System Red Green Blue C M Y K H S L
Decimal 249 13 186 0 0.95 0.25 0.02 316.02 0.95 0.51
Hex F9 D BA 0 5F 19 2 13C 5F 33
Octal 371 15 272 0 137 31 2 474 137 63
Binary 11111001 1101 10111010 0 1011111 11001 10 100111100 1011111 110011

Color Harmonies of #F90DBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F90DBA

Black with #F90DBA

Text Example


Text Example

White with #F90DBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F90DBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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