Html Css Color HEX #F260AB Hot Pink

📋 copy color: '#F260AB'

red 242 ◦ green 96 ◦ blue 171

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

Shades of Hot Pink #F260AB

Tints of Hot Pink #F260AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 33.6%

R = 47.54%
G = 18.86%
B = 33.6%

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

#F260AB (or 0xF260AB) is known color: Hot Pink. HEX triplet: F2, 60 and AB. RGB value is (242,96,171). Sum of RGB (Red+Green+Blue) = 242+96+171=509 (67% of max value = 765). Red value is 242 (94.92% from 255 or 47.54% from 509); Green value is 96 (37.89% from 255 or 18.86% from 509); Blue value is 171 (67.19% from 255 or 33.60% from 509); Max value from RGB is 242 - color contains mainly: red. Hex color #F260AB is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F260AB is #0D9F54. Grayscale: #949494. Windows color (decimal): -892757 or 11231474. OLE color: 11231474.

HSL color Cylindrical-coordinate representation of color #F260AB: hue angle of 329.18º 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 #F260AB is Cyan = 0, Magento = 0.60, Yellow = 0.29 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 96 171 -
CMYK 0 0.60 0.29 0.05
HSL 329.18º 0.85% 0.66% -
HSV(B) 329.18º 0.6% 0.95% -
XYZ 48.15 30.18 41.82 -
YUV 148.2 140.87 194.9 -
System Red Green Blue C M Y K H S L
Decimal 242 96 171 0 0.60 0.29 0.05 329.18 0.85 0.66
Hex F2 60 AB 0 3C 1D 5 149 55 42
Octal 362 140 253 0 74 35 5 511 125 102
Binary 11110010 1100000 10101011 0 111100 11101 101 101001001 1010101 1000010

Color Harmonies of #F260AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F260AB

Black with #F260AB

Text Example


Text Example

White with #F260AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F260AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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