Html Css Color HEX #F90CBD Shocking Pink

📋 copy color: '#F90CBD'

red 249 ◦ green 12 ◦ blue 189

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

Shades of Shocking Pink #F90CBD

Tints of Shocking Pink #F90CBD

RGB

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

 GREEN value IS 12 (5.08% from 255) = 2.67%

 BLUE value IS 189 (74.22% from 255) = 42%

R = 55.33%
G = 2.67%
B = 42%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.24

 K value IS 0.02

RGB Variations

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

Color information

#F90CBD (or 0xF90CBD) is known color: Shocking Pink. HEX triplet: F9, 0C and BD. RGB value is (249,12,189). Sum of RGB (Red+Green+Blue) = 249+12+189=450 (59% of max value = 765). Red value is 249 (97.66% from 255 or 55.33% from 450); Green value is 12 (5.08% from 255 or 2.67% from 450); Blue value is 189 (74.22% from 255 or 42% from 450); Max value from RGB is 249 - color contains mainly: red. Hex color #F90CBD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F90CBD is #06F342. Grayscale: #666666. Windows color (decimal): -455491 or 12389625. OLE color: 12389625.

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

Color convert

RGB 249 12 189 -
CMYK 0 0.95 0.24 0.02
HSL 315.19º 0.95% 0.51% -
HSV(B) 315.19º 0.95% 0.98% -
XYZ 48.38 24.08 50.24 -
YUV 103.04 176.52 232.11 -
System Red Green Blue C M Y K H S L
Decimal 249 12 189 0 0.95 0.24 0.02 315.19 0.95 0.51
Hex F9 C BD 0 5F 18 2 13B 5F 33
Octal 371 14 275 0 137 30 2 473 137 63
Binary 11111001 1100 10111101 0 1011111 11000 10 100111011 1011111 110011

Color Harmonies of #F90CBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F90CBD

Black with #F90CBD

Text Example


Text Example

White with #F90CBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F90CBD; }

 p { color: rgb(249,12,189); }

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

background-color css

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

 a { background-color: rgb(249,12,189); }

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

border-color css

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

 span { border-color: rgb(249,12,189); }

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