Html Css Color HEX #F90CBE Shocking Pink

📋 copy color: '#F90CBE'

red 249 ◦ green 12 ◦ blue 190

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

Shades of Shocking Pink #F90CBE

Tints of Shocking Pink #F90CBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 42.13%

R = 55.21%
G = 2.66%
B = 42.13%

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

#F90CBE (or 0xF90CBE) is known color: Shocking Pink. HEX triplet: F9, 0C and BE. RGB value is (249,12,190). Sum of RGB (Red+Green+Blue) = 249+12+190=451 (59% of max value = 765). Red value is 249 (97.66% from 255 or 55.21% from 451); Green value is 12 (5.08% from 255 or 2.66% from 451); Blue value is 190 (74.61% from 255 or 42.13% from 451); Max value from RGB is 249 - color contains mainly: red. Hex color #F90CBE is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F90CBE is #06F341. Grayscale: #666666. Windows color (decimal): -455490 or 12455161. OLE color: 12455161.

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

Color convert

RGB 249 12 190 -
CMYK 0 0.95 0.24 0.02
HSL 314.94º 0.95% 0.51% -
HSV(B) 314.94º 0.95% 0.98% -
XYZ 48.49 24.12 50.82 -
YUV 103.16 177.02 232.03 -
System Red Green Blue C M Y K H S L
Decimal 249 12 190 0 0.95 0.24 0.02 314.94 0.95 0.51
Hex F9 C BE 0 5F 18 2 13B 5F 33
Octal 371 14 276 0 137 30 2 473 137 63
Binary 11111001 1100 10111110 0 1011111 11000 10 100111011 1011111 110011

Color Harmonies of #F90CBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F90CBE

Black with #F90CBE

Text Example


Text Example

White with #F90CBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F90CBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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