Html Css Color HEX #F425BC Spicy Pink

📋 copy color: '#F425BC'

red 244 ◦ green 37 ◦ blue 188

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

Shades of Spicy Pink #F425BC

Tints of Spicy Pink #F425BC

RGB

 RED value IS 244 (95.7% from 255) = 52.03%

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

 BLUE value IS 188 (73.83% from 255) = 40.09%

R = 52.03%
G = 7.89%
B = 40.09%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.23

 K value IS 0.04

RGB Variations

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

Color information

#F425BC (or 0xF425BC) is known color: Spicy Pink. HEX triplet: F4, 25 and BC. RGB value is (244,37,188). Sum of RGB (Red+Green+Blue) = 244+37+188=469 (62% of max value = 765). Red value is 244 (95.70% from 255 or 52.03% from 469); Green value is 37 (14.84% from 255 or 7.89% from 469); Blue value is 188 (73.83% from 255 or 40.09% from 469); Max value from RGB is 244 - color contains mainly: red. Hex color #F425BC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F425BC is #0BDA43. Grayscale: #737373. Windows color (decimal): -776772 or 12330484. OLE color: 12330484.

HSL color Cylindrical-coordinate representation of color #F425BC: hue angle of 316.23º degrees, saturation: 0.9, 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 #F425BC is Cyan = 0, Magento = 0.85, Yellow = 0.23 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 37 188 -
CMYK 0 0.85 0.23 0.04
HSL 316.23º 0.9% 0.55% -
HSV(B) 316.23º 0.85% 0.96% -
XYZ 47.05 24.19 49.77 -
YUV 116.11 168.58 219.22 -
System Red Green Blue C M Y K H S L
Decimal 244 37 188 0 0.85 0.23 0.04 316.23 0.9 0.55
Hex F4 25 BC 0 55 17 4 13C 5A 37
Octal 364 45 274 0 125 27 4 474 132 67
Binary 11110100 100101 10111100 0 1010101 10111 100 100111100 1011010 110111

Color Harmonies of #F425BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F425BC

Black with #F425BC

Text Example


Text Example

White with #F425BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F425BC; }

 p { color: rgb(244,37,188); }

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

background-color css

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

 a { background-color: rgb(244,37,188); }

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

border-color css

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

 span { border-color: rgb(244,37,188); }

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