Html Css Color HEX #F270AC Hot Pink

📋 copy color: '#F270AC'

red 242 ◦ green 112 ◦ blue 172

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

Shades of Hot Pink #F270AC

Tints of Hot Pink #F270AC

RGB

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

 GREEN value IS 112 (44.14% from 255) = 21.29%

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

R = 46.01%
G = 21.29%
B = 32.7%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.29

 K value IS 0.05

RGB Variations

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

Color information

#F270AC (or 0xF270AC) is known color: Hot Pink. HEX triplet: F2, 70 and AC. RGB value is (242,112,172). Sum of RGB (Red+Green+Blue) = 242+112+172=526 (69% of max value = 765). Red value is 242 (94.92% from 255 or 46.01% from 526); Green value is 112 (44.14% from 255 or 21.29% from 526); Blue value is 172 (67.58% from 255 or 32.70% from 526); Max value from RGB is 242 - color contains mainly: red. Hex color #F270AC is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F270AC is #0D8F53. Grayscale: #9D9D9D. Windows color (decimal): -888660 or 11301106. OLE color: 11301106.

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

Color convert

RGB 242 112 172 -
CMYK 0 0.54 0.29 0.05
HSL 332.31º 0.83% 0.69% -
HSV(B) 332.31º 0.54% 0.95% -
XYZ 49.86 33.44 42.86 -
YUV 157.71 136.07 188.12 -
System Red Green Blue C M Y K H S L
Decimal 242 112 172 0 0.54 0.29 0.05 332.31 0.83 0.69
Hex F2 70 AC 0 36 1D 5 14C 53 45
Octal 362 160 254 0 66 35 5 514 123 105
Binary 11110010 1110000 10101100 0 110110 11101 101 101001100 1010011 1000101

Color Harmonies of #F270AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F270AC

Black with #F270AC

Text Example


Text Example

White with #F270AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F270AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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