Html Css Color HEX #F90EBE Shocking Pink

📋 copy color: '#F90EBE'

red 249 ◦ green 14 ◦ blue 190

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

Shades of Shocking Pink #F90EBE

Tints of Shocking Pink #F90EBE

RGB

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

 GREEN value IS 14 (5.86% from 255) = 3.09%

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

R = 54.97%
G = 3.09%
B = 41.94%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.24

 K value IS 0.02

RGB Variations

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

Color information

#F90EBE (or 0xF90EBE) is known color: Shocking Pink. HEX triplet: F9, 0E and BE. RGB value is (249,14,190). Sum of RGB (Red+Green+Blue) = 249+14+190=453 (60% of max value = 765). Red value is 249 (97.66% from 255 or 54.97% from 453); Green value is 14 (5.86% from 255 or 3.09% from 453); Blue value is 190 (74.61% from 255 or 41.94% from 453); Max value from RGB is 249 - color contains mainly: red. Hex color #F90EBE is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F90EBE is #06F141. Grayscale: #676767. Windows color (decimal): -454978 or 12455673. OLE color: 12455673.

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

Color convert

RGB 249 14 190 -
CMYK 0 0.94 0.24 0.02
HSL 315.06º 0.95% 0.52% -
HSV(B) 315.06º 0.94% 0.98% -
XYZ 48.52 24.17 50.82 -
YUV 104.33 176.36 231.19 -
System Red Green Blue C M Y K H S L
Decimal 249 14 190 0 0.94 0.24 0.02 315.06 0.95 0.52
Hex F9 E BE 0 5E 18 2 13B 5F 34
Octal 371 16 276 0 136 30 2 473 137 64
Binary 11111001 1110 10111110 0 1011110 11000 10 100111011 1011111 110100

Color Harmonies of #F90EBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F90EBE

Black with #F90EBE

Text Example


Text Example

White with #F90EBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F90EBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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