Html Css Color HEX #F75EBA Hot Pink

📋 copy color: '#F75EBA'

red 247 ◦ green 94 ◦ blue 186

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

Shades of Hot Pink #F75EBA

Tints of Hot Pink #F75EBA

RGB

 RED value IS 247 (96.88% from 255) = 46.87%

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

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

R = 46.87%
G = 17.84%
B = 35.29%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.25

 K value IS 0.03

RGB Variations

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

Color information

#F75EBA (or 0xF75EBA) is known color: Hot Pink. HEX triplet: F7, 5E and BA. RGB value is (247,94,186). Sum of RGB (Red+Green+Blue) = 247+94+186=527 (69% of max value = 765). Red value is 247 (96.88% from 255 or 46.87% from 527); Green value is 94 (37.11% from 255 or 17.84% from 527); Blue value is 186 (73.05% from 255 or 35.29% from 527); Max value from RGB is 247 - color contains mainly: red. Hex color #F75EBA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F75EBA is #08A145. Grayscale: #969696. Windows color (decimal): -565574 or 12214007. OLE color: 12214007.

HSL color Cylindrical-coordinate representation of color #F75EBA: hue angle of 323.92º degrees, saturation: 0.91, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #F75EBA is Cyan = 0, Magento = 0.62, Yellow = 0.25 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 94 186 -
CMYK 0 0.62 0.25 0.03
HSL 323.92º 0.91% 0.67% -
HSV(B) 323.92º 0.62% 0.97% -
XYZ 51.22 31.32 49.8 -
YUV 150.24 148.19 197.02 -
System Red Green Blue C M Y K H S L
Decimal 247 94 186 0 0.62 0.25 0.03 323.92 0.91 0.67
Hex F7 5E BA 0 3E 19 3 144 5B 43
Octal 367 136 272 0 76 31 3 504 133 103
Binary 11110111 1011110 10111010 0 111110 11001 11 101000100 1011011 1000011

Color Harmonies of #F75EBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F75EBA

Black with #F75EBA

Text Example


Text Example

White with #F75EBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F75EBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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