Html Css Color HEX #F05EBA Hot Pink

📋 copy color: '#F05EBA'

red 240 ◦ green 94 ◦ blue 186

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

Shades of Hot Pink #F05EBA

Tints of Hot Pink #F05EBA

RGB

 RED value IS 240 (94.14% from 255) = 46.15%

 GREEN value IS 94 (37.11% from 255) = 18.08%

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

R = 46.15%
G = 18.08%
B = 35.77%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.22

 K value IS 0.06

RGB Variations

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

Color information

#F05EBA (or 0xF05EBA) is known color: Hot Pink. HEX triplet: F0, 5E and BA. RGB value is (240,94,186). Sum of RGB (Red+Green+Blue) = 240+94+186=520 (68% of max value = 765). Red value is 240 (94.14% from 255 or 46.15% from 520); Green value is 94 (37.11% from 255 or 18.08% from 520); Blue value is 186 (73.05% from 255 or 35.77% from 520); Max value from RGB is 240 - color contains mainly: red. Hex color #F05EBA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F05EBA is #0FA145. Grayscale: #939393. Windows color (decimal): -1024326 or 12214000. OLE color: 12214000.

HSL color Cylindrical-coordinate representation of color #F05EBA: hue angle of 322.19º degrees, saturation: 0.83, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #F05EBA is Cyan = 0, Magento = 0.61, Yellow = 0.22 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 94 186 -
CMYK 0 0.61 0.22 0.06
HSL 322.19º 0.83% 0.65% -
HSV(B) 322.19º 0.61% 0.94% -
XYZ 48.8 30.08 49.69 -
YUV 148.14 149.37 193.52 -
System Red Green Blue C M Y K H S L
Decimal 240 94 186 0 0.61 0.22 0.06 322.19 0.83 0.65
Hex F0 5E BA 0 3D 16 6 142 53 41
Octal 360 136 272 0 75 26 6 502 123 101
Binary 11110000 1011110 10111010 0 111101 10110 110 101000010 1010011 1000001

Color Harmonies of #F05EBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F05EBA

Black with #F05EBA

Text Example


Text Example

White with #F05EBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F05EBA; }

 p { color: rgb(240,94,186); }

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

background-color css

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

 a { background-color: rgb(240,94,186); }

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

border-color css

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

 span { border-color: rgb(240,94,186); }

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