Html Css Color HEX #F025B2 Spicy Pink

📋 copy color: '#F025B2'

red 240 ◦ green 37 ◦ blue 178

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

Shades of Spicy Pink #F025B2

Tints of Spicy Pink #F025B2

RGB

 RED value IS 240 (94.14% from 255) = 52.75%

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

 BLUE value IS 178 (69.92% from 255) = 39.12%

R = 52.75%
G = 8.13%
B = 39.12%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.26

 K value IS 0.06

RGB Variations

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

Color information

#F025B2 (or 0xF025B2) is known color: Spicy Pink. HEX triplet: F0, 25 and B2. RGB value is (240,37,178). Sum of RGB (Red+Green+Blue) = 240+37+178=455 (60% of max value = 765). Red value is 240 (94.14% from 255 or 52.75% from 455); Green value is 37 (14.84% from 255 or 8.13% from 455); Blue value is 178 (69.92% from 255 or 39.12% from 455); Max value from RGB is 240 - color contains mainly: red. Hex color #F025B2 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F025B2 is #0FDA4D. Grayscale: #717171. Windows color (decimal): -1038926 or 11675120. OLE color: 11675120.

HSL color Cylindrical-coordinate representation of color #F025B2: hue angle of 318.33º degrees, saturation: 0.87, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F025B2 is Cyan = 0, Magento = 0.85, Yellow = 0.26 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 37 178 -
CMYK 0 0.85 0.26 0.06
HSL 318.33º 0.87% 0.54% -
HSV(B) 318.33º 0.85% 0.94% -
XYZ 44.63 23.06 44.22 -
YUV 113.77 164.25 218.04 -
System Red Green Blue C M Y K H S L
Decimal 240 37 178 0 0.85 0.26 0.06 318.33 0.87 0.54
Hex F0 25 B2 0 55 1A 6 13E 57 36
Octal 360 45 262 0 125 32 6 476 127 66
Binary 11110000 100101 10110010 0 1010101 11010 110 100111110 1010111 110110

Color Harmonies of #F025B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F025B2

Black with #F025B2

Text Example


Text Example

White with #F025B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F025B2; }

 p { color: rgb(240,37,178); }

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

background-color css

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

 a { background-color: rgb(240,37,178); }

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

border-color css

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

 span { border-color: rgb(240,37,178); }

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