Html Css Color HEX #F626BA Spicy Pink

📋 copy color: '#F626BA'

red 246 ◦ green 38 ◦ blue 186

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

Shades of Spicy Pink #F626BA

Tints of Spicy Pink #F626BA

RGB

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

 GREEN value IS 38 (15.23% from 255) = 8.09%

 BLUE value IS 186 (73.05% from 255) = 39.57%

R = 52.34%
G = 8.09%
B = 39.57%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.24

 K value IS 0.04

RGB Variations

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

Color information

#F626BA (or 0xF626BA) is known color: Spicy Pink. HEX triplet: F6, 26 and BA. RGB value is (246,38,186). Sum of RGB (Red+Green+Blue) = 246+38+186=470 (62% of max value = 765). Red value is 246 (96.48% from 255 or 52.34% from 470); Green value is 38 (15.23% from 255 or 8.09% from 470); Blue value is 186 (73.05% from 255 or 39.57% from 470); Max value from RGB is 246 - color contains mainly: red. Hex color #F626BA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F626BA is #09D945. Grayscale: #747474. Windows color (decimal): -645446 or 12199670. OLE color: 12199670.

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

Color convert

RGB 246 38 186 -
CMYK 0 0.85 0.24 0.04
HSL 317.31º 0.92% 0.56% -
HSV(B) 317.31º 0.85% 0.96% -
XYZ 47.56 24.52 48.68 -
YUV 117.06 166.91 219.97 -
System Red Green Blue C M Y K H S L
Decimal 246 38 186 0 0.85 0.24 0.04 317.31 0.92 0.56
Hex F6 26 BA 0 55 18 4 13D 5C 38
Octal 366 46 272 0 125 30 4 475 134 70
Binary 11110110 100110 10111010 0 1010101 11000 100 100111101 1011100 111000

Color Harmonies of #F626BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F626BA

Black with #F626BA

Text Example


Text Example

White with #F626BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F626BA; }

 p { color: rgb(246,38,186); }

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

background-color css

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

 a { background-color: rgb(246,38,186); }

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

border-color css

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

 span { border-color: rgb(246,38,186); }

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