Html Css Color HEX #F028AF Spicy Pink

📋 copy color: '#F028AF'

red 240 ◦ green 40 ◦ blue 175

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

Shades of Spicy Pink #F028AF

Tints of Spicy Pink #F028AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 38.46%

R = 52.75%
G = 8.79%
B = 38.46%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.27

 K value IS 0.06

RGB Variations

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

Color information

#F028AF (or 0xF028AF) is known color: Spicy Pink. HEX triplet: F0, 28 and AF. RGB value is (240,40,175). Sum of RGB (Red+Green+Blue) = 240+40+175=455 (60% of max value = 765). Red value is 240 (94.14% from 255 or 52.75% from 455); Green value is 40 (16.02% from 255 or 8.79% from 455); Blue value is 175 (68.75% from 255 or 38.46% from 455); Max value from RGB is 240 - color contains mainly: red. Hex color #F028AF is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F028AF is #0FD750. Grayscale: #727272. Windows color (decimal): -1038161 or 11479280. OLE color: 11479280.

HSL color Cylindrical-coordinate representation of color #F028AF: hue angle of 319.5º 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 #F028AF is Cyan = 0, Magento = 0.83, Yellow = 0.27 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 40 175 -
CMYK 0 0.83 0.27 0.06
HSL 319.5º 0.87% 0.55% -
HSV(B) 319.5º 0.83% 0.94% -
XYZ 44.43 23.14 42.68 -
YUV 115.19 161.76 217.02 -
System Red Green Blue C M Y K H S L
Decimal 240 40 175 0 0.83 0.27 0.06 319.5 0.87 0.55
Hex F0 28 AF 0 53 1B 6 140 57 37
Octal 360 50 257 0 123 33 6 500 127 67
Binary 11110000 101000 10101111 0 1010011 11011 110 101000000 1010111 110111

Color Harmonies of #F028AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F028AF

Black with #F028AF

Text Example


Text Example

White with #F028AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F028AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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