Html Css Color HEX #F0308D Wild Strawberry

📋 copy color: '#F0308D'

red 240 ◦ green 48 ◦ blue 141

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

Shades of Wild Strawberry #F0308D

Tints of Wild Strawberry #F0308D

RGB

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

 GREEN value IS 48 (19.14% from 255) = 11.19%

 BLUE value IS 141 (55.47% from 255) = 32.87%

R = 55.94%
G = 11.19%
B = 32.87%

CMYK

 C value IS 0

 M value IS 0.8

 Y value IS 0.41

 K value IS 0.06

RGB Variations

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

Color information

#F0308D (or 0xF0308D) is known color: Wild Strawberry. HEX triplet: F0, 30 and 8D. RGB value is (240,48,141). Sum of RGB (Red+Green+Blue) = 240+48+141=429 (56% of max value = 765). Red value is 240 (94.14% from 255 or 55.94% from 429); Green value is 48 (19.14% from 255 or 11.19% from 429); Blue value is 141 (55.47% from 255 or 32.87% from 429); Max value from RGB is 240 - color contains mainly: red. Hex color #F0308D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F0308D is #0FCF72. Grayscale: #737373. Windows color (decimal): -1036147 or 9253104. OLE color: 9253104.

HSL color Cylindrical-coordinate representation of color #F0308D: hue angle of 330.94º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F0308D is Cyan = 0, Magento = 0.8, Yellow = 0.41 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 48 141 -
CMYK 0 0.8 0.41 0.06
HSL 330.94º 0.86% 0.56% -
HSV(B) 330.94º 0.8% 0.94% -
XYZ 41.8 22.56 27.35 -
YUV 116.01 142.11 216.44 -
System Red Green Blue C M Y K H S L
Decimal 240 48 141 0 0.8 0.41 0.06 330.94 0.86 0.56
Hex F0 30 8D 0 50 29 6 14B 56 38
Octal 360 60 215 0 120 51 6 513 126 70
Binary 11110000 110000 10001101 0 1010000 101001 110 101001011 1010110 111000

Color Harmonies of #F0308D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0308D

Black with #F0308D

Text Example


Text Example

White with #F0308D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0308D; }

 p { color: rgb(240,48,141); }

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

background-color css

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

 a { background-color: rgb(240,48,141); }

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

border-color css

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

 span { border-color: rgb(240,48,141); }

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