Html Css Color HEX #F264AD Hot Pink

📋 copy color: '#F264AD'

red 242 ◦ green 100 ◦ blue 173

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

Shades of Hot Pink #F264AD

Tints of Hot Pink #F264AD

RGB

 RED value IS 242 (94.92% from 255) = 46.99%

 GREEN value IS 100 (39.45% from 255) = 19.42%

 BLUE value IS 173 (67.97% from 255) = 33.59%

R = 46.99%
G = 19.42%
B = 33.59%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.29

 K value IS 0.05

RGB Variations

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

Color information

#F264AD (or 0xF264AD) is known color: Hot Pink. HEX triplet: F2, 64 and AD. RGB value is (242,100,173). Sum of RGB (Red+Green+Blue) = 242+100+173=515 (68% of max value = 765). Red value is 242 (94.92% from 255 or 46.99% from 515); Green value is 100 (39.45% from 255 or 19.42% from 515); Blue value is 173 (67.97% from 255 or 33.59% from 515); Max value from RGB is 242 - color contains mainly: red. Hex color #F264AD is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F264AD is #0D9B52. Grayscale: #969696. Windows color (decimal): -891731 or 11363570. OLE color: 11363570.

HSL color Cylindrical-coordinate representation of color #F264AD: hue angle of 329.15º degrees, saturation: 0.85, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F264AD is Cyan = 0, Magento = 0.59, Yellow = 0.29 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 100 173 -
CMYK 0 0.59 0.29 0.05
HSL 329.15º 0.85% 0.67% -
HSV(B) 329.15º 0.59% 0.95% -
XYZ 48.72 31.01 42.95 -
YUV 150.78 140.54 193.06 -
System Red Green Blue C M Y K H S L
Decimal 242 100 173 0 0.59 0.29 0.05 329.15 0.85 0.67
Hex F2 64 AD 0 3B 1D 5 149 55 43
Octal 362 144 255 0 73 35 5 511 125 103
Binary 11110010 1100100 10101101 0 111011 11101 101 101001001 1010101 1000011

Color Harmonies of #F264AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F264AD

Black with #F264AD

Text Example


Text Example

White with #F264AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F264AD; }

 p { color: rgb(242,100,173); }

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

background-color css

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

 a { background-color: rgb(242,100,173); }

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

border-color css

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

 span { border-color: rgb(242,100,173); }

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