Html Css Color HEX #F752BA Hot Pink

📋 copy color: '#F752BA'

red 247 ◦ green 82 ◦ blue 186

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

Shades of Hot Pink #F752BA

Tints of Hot Pink #F752BA

RGB

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

 GREEN value IS 82 (32.42% from 255) = 15.92%

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

R = 47.96%
G = 15.92%
B = 36.12%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.25

 K value IS 0.03

RGB Variations

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

Color information

#F752BA (or 0xF752BA) is known color: Hot Pink. HEX triplet: F7, 52 and BA. RGB value is (247,82,186). Sum of RGB (Red+Green+Blue) = 247+82+186=515 (68% of max value = 765). Red value is 247 (96.88% from 255 or 47.96% from 515); Green value is 82 (32.42% from 255 or 15.92% from 515); Blue value is 186 (73.05% from 255 or 36.12% from 515); Max value from RGB is 247 - color contains mainly: red. Hex color #F752BA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F752BA is #08AD45. Grayscale: #8E8E8E. Windows color (decimal): -568646 or 12210935. OLE color: 12210935.

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

Color convert

RGB 247 82 186 -
CMYK 0 0.67 0.25 0.03
HSL 322.18º 0.91% 0.65% -
HSV(B) 322.18º 0.67% 0.97% -
XYZ 50.24 29.35 49.47 -
YUV 143.19 152.16 202.04 -
System Red Green Blue C M Y K H S L
Decimal 247 82 186 0 0.67 0.25 0.03 322.18 0.91 0.65
Hex F7 52 BA 0 43 19 3 142 5B 41
Octal 367 122 272 0 103 31 3 502 133 101
Binary 11110111 1010010 10111010 0 1000011 11001 11 101000010 1011011 1000001

Color Harmonies of #F752BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F752BA

Black with #F752BA

Text Example


Text Example

White with #F752BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F752BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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