Html Css Color HEX #F760B2 Hot Pink

📋 copy color: '#F760B2'

red 247 ◦ green 96 ◦ blue 178

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

Shades of Hot Pink #F760B2

Tints of Hot Pink #F760B2

RGB

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

 GREEN value IS 96 (37.89% from 255) = 18.43%

 BLUE value IS 178 (69.92% from 255) = 34.17%

R = 47.41%
G = 18.43%
B = 34.17%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.28

 K value IS 0.03

RGB Variations

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

Color information

#F760B2 (or 0xF760B2) is known color: Hot Pink. HEX triplet: F7, 60 and B2. RGB value is (247,96,178). Sum of RGB (Red+Green+Blue) = 247+96+178=521 (69% of max value = 765). Red value is 247 (96.88% from 255 or 47.41% from 521); Green value is 96 (37.89% from 255 or 18.43% from 521); Blue value is 178 (69.92% from 255 or 34.17% from 521); Max value from RGB is 247 - color contains mainly: red. Hex color #F760B2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F760B2 is #089F4D. Grayscale: #969696. Windows color (decimal): -565070 or 11690231. OLE color: 11690231.

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

Color convert

RGB 247 96 178 -
CMYK 0 0.61 0.28 0.03
HSL 327.42º 0.9% 0.67% -
HSV(B) 327.42º 0.61% 0.97% -
XYZ 50.58 31.35 45.51 -
YUV 150.5 143.53 196.83 -
System Red Green Blue C M Y K H S L
Decimal 247 96 178 0 0.61 0.28 0.03 327.42 0.9 0.67
Hex F7 60 B2 0 3D 1C 3 147 5A 43
Octal 367 140 262 0 75 34 3 507 132 103
Binary 11110111 1100000 10110010 0 111101 11100 11 101000111 1011010 1000011

Color Harmonies of #F760B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F760B2

Black with #F760B2

Text Example


Text Example

White with #F760B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F760B2; }

 p { color: rgb(247,96,178); }

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

background-color css

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

 a { background-color: rgb(247,96,178); }

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

border-color css

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

 span { border-color: rgb(247,96,178); }

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