Html Css Color HEX #F272AC Hot Pink

📋 copy color: '#F272AC'

red 242 ◦ green 114 ◦ blue 172

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

Shades of Hot Pink #F272AC

Tints of Hot Pink #F272AC

RGB

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

 GREEN value IS 114 (44.92% from 255) = 21.59%

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

R = 45.83%
G = 21.59%
B = 32.58%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.29

 K value IS 0.05

RGB Variations

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

Color information

#F272AC (or 0xF272AC) is known color: Hot Pink. HEX triplet: F2, 72 and AC. RGB value is (242,114,172). Sum of RGB (Red+Green+Blue) = 242+114+172=528 (69% of max value = 765). Red value is 242 (94.92% from 255 or 45.83% from 528); Green value is 114 (44.92% from 255 or 21.59% from 528); Blue value is 172 (67.58% from 255 or 32.58% from 528); Max value from RGB is 242 - color contains mainly: red. Hex color #F272AC is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F272AC is #0D8D53. Grayscale: #9E9E9E. Windows color (decimal): -888148 or 11301618. OLE color: 11301618.

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

Color convert

RGB 242 114 172 -
CMYK 0 0.53 0.29 0.05
HSL 332.81º 0.83% 0.7% -
HSV(B) 332.81º 0.53% 0.95% -
XYZ 50.08 33.89 42.93 -
YUV 158.88 135.41 187.28 -
System Red Green Blue C M Y K H S L
Decimal 242 114 172 0 0.53 0.29 0.05 332.81 0.83 0.7
Hex F2 72 AC 0 35 1D 5 14D 53 46
Octal 362 162 254 0 65 35 5 515 123 106
Binary 11110010 1110010 10101100 0 110101 11101 101 101001101 1010011 1000110

Color Harmonies of #F272AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F272AC

Black with #F272AC

Text Example


Text Example

White with #F272AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F272AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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