Html Css Color HEX #FA0EBA Shocking Pink

📋 copy color: '#FA0EBA'

red 250 ◦ green 14 ◦ blue 186

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

Shades of Shocking Pink #FA0EBA

Tints of Shocking Pink #FA0EBA

RGB

 RED value IS 250 (98.05% from 255) = 55.56%

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

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

R = 55.56%
G = 3.11%
B = 41.33%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.26

 K value IS 0.02

RGB Variations

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

Color information

#FA0EBA (or 0xFA0EBA) is known color: Shocking Pink. HEX triplet: FA, 0E and BA. RGB value is (250,14,186). Sum of RGB (Red+Green+Blue) = 250+14+186=450 (59% of max value = 765). Red value is 250 (98.05% from 255 or 55.56% from 450); Green value is 14 (5.86% from 255 or 3.11% from 450); Blue value is 186 (73.05% from 255 or 41.33% from 450); Max value from RGB is 250 - color contains mainly: red. Hex color #FA0EBA is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FA0EBA is #05F145. Grayscale: #676767. Windows color (decimal): -389446 or 12193530. OLE color: 12193530.

HSL color Cylindrical-coordinate representation of color #FA0EBA: hue angle of 316.27º degrees, saturation: 0.96, 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 #FA0EBA is Cyan = 0, Magento = 0.94, Yellow = 0.26 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 14 186 -
CMYK 0 0.94 0.26 0.02
HSL 316.27º 0.96% 0.52% -
HSV(B) 316.27º 0.94% 0.98% -
XYZ 48.44 24.18 48.57 -
YUV 104.17 174.19 232.01 -
System Red Green Blue C M Y K H S L
Decimal 250 14 186 0 0.94 0.26 0.02 316.27 0.96 0.52
Hex FA E BA 0 5E 1A 2 13C 60 34
Octal 372 16 272 0 136 32 2 474 140 64
Binary 11111010 1110 10111010 0 1011110 11010 10 100111100 1100000 110100

Color Harmonies of #FA0EBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA0EBA

Black with #FA0EBA

Text Example


Text Example

White with #FA0EBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA0EBA; }

 p { color: rgb(250,14,186); }

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

background-color css

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

 a { background-color: rgb(250,14,186); }

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

border-color css

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

 span { border-color: rgb(250,14,186); }

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