Html Css Color HEX #F0288F Wild Strawberry

📋 copy color: '#F0288F'

red 240 ◦ green 40 ◦ blue 143

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

Shades of Wild Strawberry #F0288F

Tints of Wild Strawberry #F0288F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 33.81%

R = 56.74%
G = 9.46%
B = 33.81%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.40

 K value IS 0.06

RGB Variations

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

Color information

#F0288F (or 0xF0288F) is known color: Wild Strawberry. HEX triplet: F0, 28 and 8F. RGB value is (240,40,143). Sum of RGB (Red+Green+Blue) = 240+40+143=423 (56% of max value = 765). Red value is 240 (94.14% from 255 or 56.74% from 423); Green value is 40 (16.02% from 255 or 9.46% from 423); Blue value is 143 (56.25% from 255 or 33.81% from 423); Max value from RGB is 240 - color contains mainly: red. Hex color #F0288F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F0288F is #0FD770. Grayscale: #6F6F6F. Windows color (decimal): -1038193 or 9382128. OLE color: 9382128.

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

Color convert

RGB 240 40 143 -
CMYK 0 0.83 0.40 0.06
HSL 329.1º 0.87% 0.55% -
HSV(B) 329.1º 0.83% 0.94% -
XYZ 41.65 22.03 28.04 -
YUV 111.54 145.76 219.62 -
System Red Green Blue C M Y K H S L
Decimal 240 40 143 0 0.83 0.40 0.06 329.1 0.87 0.55
Hex F0 28 8F 0 53 28 6 149 57 37
Octal 360 50 217 0 123 50 6 511 127 67
Binary 11110000 101000 10001111 0 1010011 101000 110 101001001 1010111 110111

Color Harmonies of #F0288F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0288F

Black with #F0288F

Text Example


Text Example

White with #F0288F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0288F; }

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

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

background-color css

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

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

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

border-color css

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

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

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