Html Css Color HEX #F670AF Hot Pink

📋 copy color: '#F670AF'

red 246 ◦ green 112 ◦ blue 175

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

Shades of Hot Pink #F670AF

Tints of Hot Pink #F670AF

RGB

 RED value IS 246 (96.48% from 255) = 46.15%

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

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

R = 46.15%
G = 21.01%
B = 32.83%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.29

 K value IS 0.04

RGB Variations

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

Color information

#F670AF (or 0xF670AF) is known color: Hot Pink. HEX triplet: F6, 70 and AF. RGB value is (246,112,175). Sum of RGB (Red+Green+Blue) = 246+112+175=533 (70% of max value = 765). Red value is 246 (96.48% from 255 or 46.15% from 533); Green value is 112 (44.14% from 255 or 21.01% from 533); Blue value is 175 (68.75% from 255 or 32.83% from 533); Max value from RGB is 246 - color contains mainly: red. Hex color #F670AF is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F670AF is #098F50. Grayscale: #9F9F9F. Windows color (decimal): -626513 or 11497718. OLE color: 11497718.

HSL color Cylindrical-coordinate representation of color #F670AF: hue angle of 331.79º degrees, saturation: 0.88, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #F670AF is Cyan = 0, Magento = 0.54, Yellow = 0.29 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 112 175 -
CMYK 0 0.54 0.29 0.04
HSL 331.79º 0.88% 0.7% -
HSV(B) 331.79º 0.54% 0.96% -
XYZ 51.54 34.28 44.46 -
YUV 159.25 136.89 189.88 -
System Red Green Blue C M Y K H S L
Decimal 246 112 175 0 0.54 0.29 0.04 331.79 0.88 0.7
Hex F6 70 AF 0 36 1D 4 14C 58 46
Octal 366 160 257 0 66 35 4 514 130 106
Binary 11110110 1110000 10101111 0 110110 11101 100 101001100 1011000 1000110

Color Harmonies of #F670AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F670AF

Black with #F670AF

Text Example


Text Example

White with #F670AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F670AF; }

 p { color: rgb(246,112,175); }

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

background-color css

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

 a { background-color: rgb(246,112,175); }

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

border-color css

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

 span { border-color: rgb(246,112,175); }

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