Html Css Color HEX #F613AF Spicy Pink

📋 copy color: '#F613AF'

red 246 ◦ green 19 ◦ blue 175

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

Shades of Spicy Pink #F613AF

Tints of Spicy Pink #F613AF

RGB

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

 GREEN value IS 19 (7.81% from 255) = 4.32%

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

R = 55.91%
G = 4.32%
B = 39.77%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.29

 K value IS 0.04

RGB Variations

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

Color information

#F613AF (or 0xF613AF) is known color: Spicy Pink. HEX triplet: F6, 13 and AF. RGB value is (246,19,175). Sum of RGB (Red+Green+Blue) = 246+19+175=440 (58% of max value = 765). Red value is 246 (96.48% from 255 or 55.91% from 440); Green value is 19 (7.81% from 255 or 4.32% from 440); Blue value is 175 (68.75% from 255 or 39.77% from 440); Max value from RGB is 246 - color contains mainly: red. Hex color #F613AF is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F613AF is #09EC50. Grayscale: #686868. Windows color (decimal): -650321 or 11473910. OLE color: 11473910.

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

Color convert

RGB 246 19 175 -
CMYK 0 0.92 0.29 0.04
HSL 318.77º 0.93% 0.52% -
HSV(B) 318.77º 0.92% 0.96% -
XYZ 45.98 23.15 42.6 -
YUV 104.66 167.71 228.82 -
System Red Green Blue C M Y K H S L
Decimal 246 19 175 0 0.92 0.29 0.04 318.77 0.93 0.52
Hex F6 13 AF 0 5C 1D 4 13F 5D 34
Octal 366 23 257 0 134 35 4 477 135 64
Binary 11110110 10011 10101111 0 1011100 11101 100 100111111 1011101 110100

Color Harmonies of #F613AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F613AF

Black with #F613AF

Text Example


Text Example

White with #F613AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F613AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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