Html Css Color HEX #F614B0 Spicy Pink

📋 copy color: '#F614B0'

red 246 ◦ green 20 ◦ blue 176

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

Shades of Spicy Pink #F614B0

Tints of Spicy Pink #F614B0

RGB

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

 GREEN value IS 20 (8.2% from 255) = 4.52%

 BLUE value IS 176 (69.14% from 255) = 39.82%

R = 55.66%
G = 4.52%
B = 39.82%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.28

 K value IS 0.04

RGB Variations

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

Color information

#F614B0 (or 0xF614B0) is known color: Spicy Pink. HEX triplet: F6, 14 and B0. RGB value is (246,20,176). Sum of RGB (Red+Green+Blue) = 246+20+176=442 (58% of max value = 765). Red value is 246 (96.48% from 255 or 55.66% from 442); Green value is 20 (8.20% from 255 or 4.52% from 442); Blue value is 176 (69.14% from 255 or 39.82% from 442); Max value from RGB is 246 - color contains mainly: red. Hex color #F614B0 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F614B0 is #09EB4F. Grayscale: #686868. Windows color (decimal): -650064 or 11539702. OLE color: 11539702.

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

Color convert

RGB 246 20 176 -
CMYK 0 0.92 0.28 0.04
HSL 318.58º 0.93% 0.52% -
HSV(B) 318.58º 0.92% 0.96% -
XYZ 46.09 23.23 43.13 -
YUV 105.36 167.87 228.32 -
System Red Green Blue C M Y K H S L
Decimal 246 20 176 0 0.92 0.28 0.04 318.58 0.93 0.52
Hex F6 14 B0 0 5C 1C 4 13F 5D 34
Octal 366 24 260 0 134 34 4 477 135 64
Binary 11110110 10100 10110000 0 1011100 11100 100 100111111 1011101 110100

Color Harmonies of #F614B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F614B0

Black with #F614B0

Text Example


Text Example

White with #F614B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F614B0; }

 p { color: rgb(246,20,176); }

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

background-color css

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

 a { background-color: rgb(246,20,176); }

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

border-color css

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

 span { border-color: rgb(246,20,176); }

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