Html Css Color HEX #F90CBB Shocking Pink

📋 copy color: '#F90CBB'

red 249 ◦ green 12 ◦ blue 187

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

Shades of Shocking Pink #F90CBB

Tints of Shocking Pink #F90CBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 41.74%

R = 55.58%
G = 2.68%
B = 41.74%

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

#F90CBB (or 0xF90CBB) is known color: Shocking Pink. HEX triplet: F9, 0C and BB. RGB value is (249,12,187). Sum of RGB (Red+Green+Blue) = 249+12+187=448 (59% of max value = 765). Red value is 249 (97.66% from 255 or 55.58% from 448); Green value is 12 (5.08% from 255 or 2.68% from 448); Blue value is 187 (73.44% from 255 or 41.74% from 448); Max value from RGB is 249 - color contains mainly: red. Hex color #F90CBB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F90CBB is #06F344. Grayscale: #666666. Windows color (decimal): -455493 or 12258553. OLE color: 12258553.

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

Color convert

RGB 249 12 187 -
CMYK 0 0.95 0.25 0.02
HSL 315.7º 0.95% 0.51% -
HSV(B) 315.7º 0.95% 0.98% -
XYZ 48.17 23.99 49.11 -
YUV 102.81 175.52 232.27 -
System Red Green Blue C M Y K H S L
Decimal 249 12 187 0 0.95 0.25 0.02 315.7 0.95 0.51
Hex F9 C BB 0 5F 19 2 13C 5F 33
Octal 371 14 273 0 137 31 2 474 137 63
Binary 11111001 1100 10111011 0 1011111 11001 10 100111100 1011111 110011

Color Harmonies of #F90CBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F90CBB

Black with #F90CBB

Text Example


Text Example

White with #F90CBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F90CBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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