Html Css Color HEX #F276AE Hot Pink

📋 copy color: '#F276AE'

red 242 ◦ green 118 ◦ blue 174

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

Shades of Hot Pink #F276AE

Tints of Hot Pink #F276AE

RGB

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

 GREEN value IS 118 (46.48% from 255) = 22.1%

 BLUE value IS 174 (68.36% from 255) = 32.58%

R = 45.32%
G = 22.1%
B = 32.58%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.28

 K value IS 0.05

RGB Variations

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

Color information

#F276AE (or 0xF276AE) is known color: Hot Pink. HEX triplet: F2, 76 and AE. RGB value is (242,118,174). Sum of RGB (Red+Green+Blue) = 242+118+174=534 (70% of max value = 765). Red value is 242 (94.92% from 255 or 45.32% from 534); Green value is 118 (46.48% from 255 or 22.10% from 534); Blue value is 174 (68.36% from 255 or 32.58% from 534); Max value from RGB is 242 - color contains mainly: red. Hex color #F276AE is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F276AE is #0D8951. Grayscale: #A1A1A1. Windows color (decimal): -887122 or 11433714. OLE color: 11433714.

HSL color Cylindrical-coordinate representation of color #F276AE: hue angle of 332.9º degrees, saturation: 0.83, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #F276AE is Cyan = 0, Magento = 0.51, Yellow = 0.28 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 118 174 -
CMYK 0 0.51 0.28 0.05
HSL 332.9º 0.83% 0.71% -
HSV(B) 332.9º 0.51% 0.95% -
XYZ 50.74 34.89 44.1 -
YUV 161.46 135.08 185.45 -
System Red Green Blue C M Y K H S L
Decimal 242 118 174 0 0.51 0.28 0.05 332.9 0.83 0.71
Hex F2 76 AE 0 33 1C 5 14D 53 47
Octal 362 166 256 0 63 34 5 515 123 107
Binary 11110010 1110110 10101110 0 110011 11100 101 101001101 1010011 1000111

Color Harmonies of #F276AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F276AE

Black with #F276AE

Text Example


Text Example

White with #F276AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F276AE; }

 p { color: rgb(242,118,174); }

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

background-color css

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

 a { background-color: rgb(242,118,174); }

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

border-color css

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

 span { border-color: rgb(242,118,174); }

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