Html Css Color HEX #F75FBA Hot Pink

📋 copy color: '#F75FBA'

red 247 ◦ green 95 ◦ blue 186

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

Shades of Hot Pink #F75FBA

Tints of Hot Pink #F75FBA

RGB

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

 GREEN value IS 95 (37.5% from 255) = 17.99%

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

R = 46.78%
G = 17.99%
B = 35.23%

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

#F75FBA (or 0xF75FBA) is known color: Hot Pink. HEX triplet: F7, 5F and BA. RGB value is (247,95,186). Sum of RGB (Red+Green+Blue) = 247+95+186=528 (69% of max value = 765). Red value is 247 (96.88% from 255 or 46.78% from 528); Green value is 95 (37.5% from 255 or 17.99% from 528); Blue value is 186 (73.05% from 255 or 35.23% from 528); Max value from RGB is 247 - color contains mainly: red. Hex color #F75FBA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F75FBA is #08A045. Grayscale: #969696. Windows color (decimal): -565318 or 12214263. OLE color: 12214263.

HSL color Cylindrical-coordinate representation of color #F75FBA: hue angle of 324.08º degrees, saturation: 0.9, 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 #F75FBA is Cyan = 0, Magento = 0.62, Yellow = 0.25 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 95 186 -
CMYK 0 0.62 0.25 0.03
HSL 324.08º 0.9% 0.67% -
HSV(B) 324.08º 0.62% 0.97% -
XYZ 51.31 31.5 49.83 -
YUV 150.82 147.86 196.6 -
System Red Green Blue C M Y K H S L
Decimal 247 95 186 0 0.62 0.25 0.03 324.08 0.9 0.67
Hex F7 5F BA 0 3E 19 3 144 5A 43
Octal 367 137 272 0 76 31 3 504 132 103
Binary 11110111 1011111 10111010 0 111110 11001 11 101000100 1011010 1000011

Color Harmonies of #F75FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F75FBA

Black with #F75FBA

Text Example


Text Example

White with #F75FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F75FBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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