Html Css Color HEX #F272AF Hot Pink

📋 copy color: '#F272AF'

red 242 ◦ green 114 ◦ blue 175

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

Shades of Hot Pink #F272AF

Tints of Hot Pink #F272AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 32.96%

R = 45.57%
G = 21.47%
B = 32.96%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.28

 K value IS 0.05

RGB Variations

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

Color information

#F272AF (or 0xF272AF) is known color: Hot Pink. HEX triplet: F2, 72 and AF. RGB value is (242,114,175). Sum of RGB (Red+Green+Blue) = 242+114+175=531 (70% of max value = 765). Red value is 242 (94.92% from 255 or 45.57% from 531); Green value is 114 (44.92% from 255 or 21.47% from 531); Blue value is 175 (68.75% from 255 or 32.96% from 531); Max value from RGB is 242 - color contains mainly: red. Hex color #F272AF is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F272AF is #0D8D50. Grayscale: #9F9F9F. Windows color (decimal): -888145 or 11498226. OLE color: 11498226.

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

Color convert

RGB 242 114 175 -
CMYK 0 0.53 0.28 0.05
HSL 331.41º 0.83% 0.7% -
HSV(B) 331.41º 0.53% 0.95% -
XYZ 50.37 34.01 44.47 -
YUV 159.23 136.91 187.04 -
System Red Green Blue C M Y K H S L
Decimal 242 114 175 0 0.53 0.28 0.05 331.41 0.83 0.7
Hex F2 72 AF 0 35 1C 5 14B 53 46
Octal 362 162 257 0 65 34 5 513 123 106
Binary 11110010 1110010 10101111 0 110101 11100 101 101001011 1010011 1000110

Color Harmonies of #F272AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F272AF

Black with #F272AF

Text Example


Text Example

White with #F272AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F272AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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