Html Css Color HEX #F752BC Hot Pink

📋 copy color: '#F752BC'

red 247 ◦ green 82 ◦ blue 188

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

Shades of Hot Pink #F752BC

Tints of Hot Pink #F752BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 36.36%

R = 47.78%
G = 15.86%
B = 36.36%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.24

 K value IS 0.03

RGB Variations

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

Color information

#F752BC (or 0xF752BC) is known color: Hot Pink. HEX triplet: F7, 52 and BC. RGB value is (247,82,188). Sum of RGB (Red+Green+Blue) = 247+82+188=517 (68% of max value = 765). Red value is 247 (96.88% from 255 or 47.78% from 517); Green value is 82 (32.42% from 255 or 15.86% from 517); Blue value is 188 (73.83% from 255 or 36.36% from 517); Max value from RGB is 247 - color contains mainly: red. Hex color #F752BC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F752BC is #08AD43. Grayscale: #8F8F8F. Windows color (decimal): -568644 or 12342007. OLE color: 12342007.

HSL color Cylindrical-coordinate representation of color #F752BC: hue angle of 321.45º 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 #F752BC is Cyan = 0, Magento = 0.67, Yellow = 0.24 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 82 188 -
CMYK 0 0.67 0.24 0.03
HSL 321.45º 0.91% 0.65% -
HSV(B) 321.45º 0.67% 0.97% -
XYZ 50.45 29.44 50.6 -
YUV 143.42 153.16 201.88 -
System Red Green Blue C M Y K H S L
Decimal 247 82 188 0 0.67 0.24 0.03 321.45 0.91 0.65
Hex F7 52 BC 0 43 18 3 141 5B 41
Octal 367 122 274 0 103 30 3 501 133 101
Binary 11110111 1010010 10111100 0 1000011 11000 11 101000001 1011011 1000001

Color Harmonies of #F752BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F752BC

Black with #F752BC

Text Example


Text Example

White with #F752BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F752BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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