Html Css Color HEX #F768B4 Hot Pink

📋 copy color: '#F768B4'

red 247 ◦ green 104 ◦ blue 180

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

Shades of Hot Pink #F768B4

Tints of Hot Pink #F768B4

RGB

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

 GREEN value IS 104 (41.02% from 255) = 19.59%

 BLUE value IS 180 (70.7% from 255) = 33.9%

R = 46.52%
G = 19.59%
B = 33.9%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.27

 K value IS 0.03

RGB Variations

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

Color information

#F768B4 (or 0xF768B4) is known color: Hot Pink. HEX triplet: F7, 68 and B4. RGB value is (247,104,180). Sum of RGB (Red+Green+Blue) = 247+104+180=531 (70% of max value = 765). Red value is 247 (96.88% from 255 or 46.52% from 531); Green value is 104 (41.02% from 255 or 19.59% from 531); Blue value is 180 (70.70% from 255 or 33.90% from 531); Max value from RGB is 247 - color contains mainly: red. Hex color #F768B4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F768B4 is #08974B. Grayscale: #9B9B9B. Windows color (decimal): -563020 or 11823351. OLE color: 11823351.

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

Color convert

RGB 247 104 180 -
CMYK 0 0.58 0.27 0.03
HSL 328.11º 0.9% 0.69% -
HSV(B) 328.11º 0.58% 0.97% -
XYZ 51.55 32.97 46.83 -
YUV 155.42 141.88 193.32 -
System Red Green Blue C M Y K H S L
Decimal 247 104 180 0 0.58 0.27 0.03 328.11 0.9 0.69
Hex F7 68 B4 0 3A 1B 3 148 5A 45
Octal 367 150 264 0 72 33 3 510 132 105
Binary 11110111 1101000 10110100 0 111010 11011 11 101001000 1011010 1000101

Color Harmonies of #F768B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F768B4

Black with #F768B4

Text Example


Text Example

White with #F768B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F768B4; }

 p { color: rgb(247,104,180); }

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

background-color css

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

 a { background-color: rgb(247,104,180); }

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

border-color css

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

 span { border-color: rgb(247,104,180); }

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