Html Css Color HEX #F625AF Spicy Pink

📋 copy color: '#F625AF'

red 246 ◦ green 37 ◦ blue 175

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

Shades of Spicy Pink #F625AF

Tints of Spicy Pink #F625AF

RGB

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

 GREEN value IS 37 (14.84% from 255) = 8.08%

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

R = 53.71%
G = 8.08%
B = 38.21%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.29

 K value IS 0.04

RGB Variations

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

Color information

#F625AF (or 0xF625AF) is known color: Spicy Pink. HEX triplet: F6, 25 and AF. RGB value is (246,37,175). Sum of RGB (Red+Green+Blue) = 246+37+175=458 (60% of max value = 765). Red value is 246 (96.48% from 255 or 53.71% from 458); Green value is 37 (14.84% from 255 or 8.08% from 458); Blue value is 175 (68.75% from 255 or 38.21% from 458); Max value from RGB is 246 - color contains mainly: red. Hex color #F625AF is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F625AF is #09DA50. Grayscale: #727272. Windows color (decimal): -645713 or 11478518. OLE color: 11478518.

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

Color convert

RGB 246 37 175 -
CMYK 0 0.85 0.29 0.04
HSL 320.38º 0.92% 0.55% -
HSV(B) 320.38º 0.85% 0.96% -
XYZ 46.41 24.01 42.75 -
YUV 115.22 161.74 221.28 -
System Red Green Blue C M Y K H S L
Decimal 246 37 175 0 0.85 0.29 0.04 320.38 0.92 0.55
Hex F6 25 AF 0 55 1D 4 140 5C 37
Octal 366 45 257 0 125 35 4 500 134 67
Binary 11110110 100101 10101111 0 1010101 11101 100 101000000 1011100 110111

Color Harmonies of #F625AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F625AF

Black with #F625AF

Text Example


Text Example

White with #F625AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F625AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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