Html Css Color HEX #F260AC Hot Pink

📋 copy color: '#F260AC'

red 242 ◦ green 96 ◦ blue 172

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

Shades of Hot Pink #F260AC

Tints of Hot Pink #F260AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 33.73%

R = 47.45%
G = 18.82%
B = 33.73%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.29

 K value IS 0.05

RGB Variations

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

Color information

#F260AC (or 0xF260AC) is known color: Hot Pink. HEX triplet: F2, 60 and AC. RGB value is (242,96,172). Sum of RGB (Red+Green+Blue) = 242+96+172=510 (67% of max value = 765). Red value is 242 (94.92% from 255 or 47.45% from 510); Green value is 96 (37.89% from 255 or 18.82% from 510); Blue value is 172 (67.58% from 255 or 33.73% from 510); Max value from RGB is 242 - color contains mainly: red. Hex color #F260AC is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F260AC is #0D9F53. Grayscale: #949494. Windows color (decimal): -892756 or 11297010. OLE color: 11297010.

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

Color convert

RGB 242 96 172 -
CMYK 0 0.60 0.29 0.05
HSL 328.77º 0.85% 0.66% -
HSV(B) 328.77º 0.6% 0.95% -
XYZ 48.25 30.22 42.32 -
YUV 148.32 141.37 194.82 -
System Red Green Blue C M Y K H S L
Decimal 242 96 172 0 0.60 0.29 0.05 328.77 0.85 0.66
Hex F2 60 AC 0 3C 1D 5 149 55 42
Octal 362 140 254 0 74 35 5 511 125 102
Binary 11110010 1100000 10101100 0 111100 11101 101 101001001 1010101 1000010

Color Harmonies of #F260AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F260AC

Black with #F260AC

Text Example


Text Example

White with #F260AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F260AC; }

 p { color: rgb(242,96,172); }

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

background-color css

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

 a { background-color: rgb(242,96,172); }

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

border-color css

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

 span { border-color: rgb(242,96,172); }

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