Html Css Color HEX #F271AA Hot Pink

📋 copy color: '#F271AA'

red 242 ◦ green 113 ◦ blue 170

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

Shades of Hot Pink #F271AA

Tints of Hot Pink #F271AA

RGB

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

 GREEN value IS 113 (44.53% from 255) = 21.52%

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

R = 46.1%
G = 21.52%
B = 32.38%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.30

 K value IS 0.05

RGB Variations

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

Color information

#F271AA (or 0xF271AA) is known color: Hot Pink. HEX triplet: F2, 71 and AA. RGB value is (242,113,170). Sum of RGB (Red+Green+Blue) = 242+113+170=525 (69% of max value = 765). Red value is 242 (94.92% from 255 or 46.10% from 525); Green value is 113 (44.53% from 255 or 21.52% from 525); Blue value is 170 (66.80% from 255 or 32.38% from 525); Max value from RGB is 242 - color contains mainly: red. Hex color #F271AA is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F271AA is #0D8E55. Grayscale: #9D9D9D. Windows color (decimal): -888406 or 11170290. OLE color: 11170290.

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

Color convert

RGB 242 113 170 -
CMYK 0 0.53 0.30 0.05
HSL 333.49º 0.83% 0.7% -
HSV(B) 333.49º 0.53% 0.95% -
XYZ 49.78 33.59 41.89 -
YUV 158.07 134.74 187.87 -
System Red Green Blue C M Y K H S L
Decimal 242 113 170 0 0.53 0.30 0.05 333.49 0.83 0.7
Hex F2 71 AA 0 35 1E 5 14D 53 46
Octal 362 161 252 0 65 36 5 515 123 106
Binary 11110010 1110001 10101010 0 110101 11110 101 101001101 1010011 1000110

Color Harmonies of #F271AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F271AA

Black with #F271AA

Text Example


Text Example

White with #F271AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F271AA; }

 p { color: rgb(242,113,170); }

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

background-color css

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

 a { background-color: rgb(242,113,170); }

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

border-color css

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

 span { border-color: rgb(242,113,170); }

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