Html Css Color HEX #F028B2 Spicy Pink

📋 copy color: '#F028B2'

red 240 ◦ green 40 ◦ blue 178

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

Shades of Spicy Pink #F028B2

Tints of Spicy Pink #F028B2

RGB

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

 GREEN value IS 40 (16.02% from 255) = 8.73%

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

R = 52.4%
G = 8.73%
B = 38.86%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.26

 K value IS 0.06

RGB Variations

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

Color information

#F028B2 (or 0xF028B2) is known color: Spicy Pink. HEX triplet: F0, 28 and B2. RGB value is (240,40,178). Sum of RGB (Red+Green+Blue) = 240+40+178=458 (60% of max value = 765). Red value is 240 (94.14% from 255 or 52.40% from 458); Green value is 40 (16.02% from 255 or 8.73% from 458); Blue value is 178 (69.92% from 255 or 38.86% from 458); Max value from RGB is 240 - color contains mainly: red. Hex color #F028B2 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F028B2 is #0FD74D. Grayscale: #737373. Windows color (decimal): -1038158 or 11675888. OLE color: 11675888.

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

Color convert

RGB 240 40 178 -
CMYK 0 0.83 0.26 0.06
HSL 318.6º 0.87% 0.55% -
HSV(B) 318.6º 0.83% 0.94% -
XYZ 44.73 23.26 44.25 -
YUV 115.53 163.26 216.78 -
System Red Green Blue C M Y K H S L
Decimal 240 40 178 0 0.83 0.26 0.06 318.6 0.87 0.55
Hex F0 28 B2 0 53 1A 6 13F 57 37
Octal 360 50 262 0 123 32 6 477 127 67
Binary 11110000 101000 10110010 0 1010011 11010 110 100111111 1010111 110111

Color Harmonies of #F028B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F028B2

Black with #F028B2

Text Example


Text Example

White with #F028B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F028B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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