Html Css Color HEX #F0288C Wild Strawberry

📋 copy color: '#F0288C'

red 240 ◦ green 40 ◦ blue 140

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

Shades of Wild Strawberry #F0288C

Tints of Wild Strawberry #F0288C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 33.33%

R = 57.14%
G = 9.52%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.42

 K value IS 0.06

RGB Variations

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

Color information

#F0288C (or 0xF0288C) is known color: Wild Strawberry. HEX triplet: F0, 28 and 8C. RGB value is (240,40,140). Sum of RGB (Red+Green+Blue) = 240+40+140=420 (55% of max value = 765). Red value is 240 (94.14% from 255 or 57.14% from 420); Green value is 40 (16.02% from 255 or 9.52% from 420); Blue value is 140 (55.08% from 255 or 33.33% from 420); Max value from RGB is 240 - color contains mainly: red. Hex color #F0288C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F0288C is #0FD773. Grayscale: #6F6F6F. Windows color (decimal): -1038196 or 9185520. OLE color: 9185520.

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

Color convert

RGB 240 40 140 -
CMYK 0 0.83 0.42 0.06
HSL 330º 0.87% 0.55% -
HSV(B) 330º 0.83% 0.94% -
XYZ 41.43 21.94 26.86 -
YUV 111.2 144.26 219.87 -
System Red Green Blue C M Y K H S L
Decimal 240 40 140 0 0.83 0.42 0.06 330 0.87 0.55
Hex F0 28 8C 0 53 2A 6 14A 57 37
Octal 360 50 214 0 123 52 6 512 127 67
Binary 11110000 101000 10001100 0 1010011 101010 110 101001010 1010111 110111

Color Harmonies of #F0288C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0288C

Black with #F0288C

Text Example


Text Example

White with #F0288C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0288C; }

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

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

background-color css

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

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

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

border-color css

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

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

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