Html Css Color HEX #F174AF Hot Pink

📋 copy color: '#F174AF'

red 241 ◦ green 116 ◦ blue 175

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

Shades of Hot Pink #F174AF

Tints of Hot Pink #F174AF

RGB

 RED value IS 241 (94.53% from 255) = 45.3%

 GREEN value IS 116 (45.7% from 255) = 21.8%

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

R = 45.3%
G = 21.8%
B = 32.89%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.27

 K value IS 0.05

RGB Variations

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

Color information

#F174AF (or 0xF174AF) is known color: Hot Pink. HEX triplet: F1, 74 and AF. RGB value is (241,116,175). Sum of RGB (Red+Green+Blue) = 241+116+175=532 (70% of max value = 765). Red value is 241 (94.53% from 255 or 45.30% from 532); Green value is 116 (45.70% from 255 or 21.80% from 532); Blue value is 175 (68.75% from 255 or 32.89% from 532); Max value from RGB is 241 - color contains mainly: red. Hex color #F174AF is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F174AF is #0E8B50. Grayscale: #9F9F9F. Windows color (decimal): -953169 or 11498737. OLE color: 11498737.

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

Color convert

RGB 241 116 175 -
CMYK 0 0.52 0.27 0.05
HSL 331.68º 0.82% 0.7% -
HSV(B) 331.68º 0.52% 0.95% -
XYZ 50.26 34.29 44.53 -
YUV 160.1 136.41 185.7 -
System Red Green Blue C M Y K H S L
Decimal 241 116 175 0 0.52 0.27 0.05 331.68 0.82 0.7
Hex F1 74 AF 0 34 1B 5 14C 52 46
Octal 361 164 257 0 64 33 5 514 122 106
Binary 11110001 1110100 10101111 0 110100 11011 101 101001100 1010010 1000110

Color Harmonies of #F174AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F174AF

Black with #F174AF

Text Example


Text Example

White with #F174AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F174AF; }

 p { color: rgb(241,116,175); }

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

background-color css

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

 a { background-color: rgb(241,116,175); }

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

border-color css

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

 span { border-color: rgb(241,116,175); }

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