Html Css Color HEX #F755B7 Hot Pink

📋 copy color: '#F755B7'

red 247 ◦ green 85 ◦ blue 183

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

Shades of Hot Pink #F755B7

Tints of Hot Pink #F755B7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 35.53%

R = 47.96%
G = 16.5%
B = 35.53%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.26

 K value IS 0.03

RGB Variations

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

Color information

#F755B7 (or 0xF755B7) is known color: Hot Pink. HEX triplet: F7, 55 and B7. RGB value is (247,85,183). Sum of RGB (Red+Green+Blue) = 247+85+183=515 (68% of max value = 765). Red value is 247 (96.88% from 255 or 47.96% from 515); Green value is 85 (33.59% from 255 or 16.50% from 515); Blue value is 183 (71.88% from 255 or 35.53% from 515); Max value from RGB is 247 - color contains mainly: red. Hex color #F755B7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F755B7 is #08AA48. Grayscale: #909090. Windows color (decimal): -567881 or 12015095. OLE color: 12015095.

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

Color convert

RGB 247 85 183 -
CMYK 0 0.66 0.26 0.03
HSL 323.7º 0.91% 0.65% -
HSV(B) 323.7º 0.66% 0.97% -
XYZ 50.15 29.69 47.89 -
YUV 144.61 149.67 201.03 -
System Red Green Blue C M Y K H S L
Decimal 247 85 183 0 0.66 0.26 0.03 323.7 0.91 0.65
Hex F7 55 B7 0 42 1A 3 144 5B 41
Octal 367 125 267 0 102 32 3 504 133 101
Binary 11110111 1010101 10110111 0 1000010 11010 11 101000100 1011011 1000001

Color Harmonies of #F755B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F755B7

Black with #F755B7

Text Example


Text Example

White with #F755B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F755B7; }

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

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

background-color css

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

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

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

border-color css

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

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

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