Html Css Color HEX #F468AA Hot Pink

📋 copy color: '#F468AA'

red 244 ◦ green 104 ◦ blue 170

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

Shades of Hot Pink #F468AA

Tints of Hot Pink #F468AA

RGB

 RED value IS 244 (95.7% from 255) = 47.1%

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

 BLUE value IS 170 (66.8% from 255) = 32.82%

R = 47.1%
G = 20.08%
B = 32.82%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.30

 K value IS 0.04

RGB Variations

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

Color information

#F468AA (or 0xF468AA) is known color: Hot Pink. HEX triplet: F4, 68 and AA. RGB value is (244,104,170). Sum of RGB (Red+Green+Blue) = 244+104+170=518 (68% of max value = 765). Red value is 244 (95.70% from 255 or 47.10% from 518); Green value is 104 (41.02% from 255 or 20.08% from 518); Blue value is 170 (66.80% from 255 or 32.82% from 518); Max value from RGB is 244 - color contains mainly: red. Hex color #F468AA is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F468AA is #0B9755. Grayscale: #999999. Windows color (decimal): -759638 or 11167988. OLE color: 11167988.

HSL color Cylindrical-coordinate representation of color #F468AA: hue angle of 331.71º degrees, saturation: 0.86, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F468AA is Cyan = 0, Magento = 0.57, Yellow = 0.30 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 104 170 -
CMYK 0 0.57 0.30 0.04
HSL 331.71º 0.86% 0.68% -
HSV(B) 331.71º 0.57% 0.96% -
XYZ 49.51 32.04 41.6 -
YUV 153.38 137.38 192.63 -
System Red Green Blue C M Y K H S L
Decimal 244 104 170 0 0.57 0.30 0.04 331.71 0.86 0.68
Hex F4 68 AA 0 39 1E 4 14C 56 44
Octal 364 150 252 0 71 36 4 514 126 104
Binary 11110100 1101000 10101010 0 111001 11110 100 101001100 1010110 1000100

Color Harmonies of #F468AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F468AA

Black with #F468AA

Text Example


Text Example

White with #F468AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F468AA; }

 p { color: rgb(244,104,170); }

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

background-color css

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

 a { background-color: rgb(244,104,170); }

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

border-color css

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

 span { border-color: rgb(244,104,170); }

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