Html Css Color HEX #F755BB Hot Pink

📋 copy color: '#F755BB'

red 247 ◦ green 85 ◦ blue 187

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

Shades of Hot Pink #F755BB

Tints of Hot Pink #F755BB

RGB

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

 GREEN value IS 85 (33.59% from 255) = 16.38%

 BLUE value IS 187 (73.44% from 255) = 36.03%

R = 47.59%
G = 16.38%
B = 36.03%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.24

 K value IS 0.03

RGB Variations

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

Color information

#F755BB (or 0xF755BB) is known color: Hot Pink. HEX triplet: F7, 55 and BB. RGB value is (247,85,187). Sum of RGB (Red+Green+Blue) = 247+85+187=519 (68% of max value = 765). Red value is 247 (96.88% from 255 or 47.59% from 519); Green value is 85 (33.59% from 255 or 16.38% from 519); Blue value is 187 (73.44% from 255 or 36.03% from 519); Max value from RGB is 247 - color contains mainly: red. Hex color #F755BB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F755BB is #08AA44. Grayscale: #909090. Windows color (decimal): -567877 or 12277239. OLE color: 12277239.

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

Color convert

RGB 247 85 187 -
CMYK 0 0.66 0.24 0.03
HSL 322.22º 0.91% 0.65% -
HSV(B) 322.22º 0.66% 0.97% -
XYZ 50.58 29.86 50.11 -
YUV 145.07 151.67 200.71 -
System Red Green Blue C M Y K H S L
Decimal 247 85 187 0 0.66 0.24 0.03 322.22 0.91 0.65
Hex F7 55 BB 0 42 18 3 142 5B 41
Octal 367 125 273 0 102 30 3 502 133 101
Binary 11110111 1010101 10111011 0 1000010 11000 11 101000010 1011011 1000001

Color Harmonies of #F755BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F755BB

Black with #F755BB

Text Example


Text Example

White with #F755BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F755BB; }

 p { color: rgb(247,85,187); }

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

background-color css

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

 a { background-color: rgb(247,85,187); }

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

border-color css

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

 span { border-color: rgb(247,85,187); }

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