Html Css Color HEX #F0308E Wild Strawberry

📋 copy color: '#F0308E'

red 240 ◦ green 48 ◦ blue 142

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

Shades of Wild Strawberry #F0308E

Tints of Wild Strawberry #F0308E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 33.02%

R = 55.81%
G = 11.16%
B = 33.02%

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

#F0308E (or 0xF0308E) is known color: Wild Strawberry. HEX triplet: F0, 30 and 8E. RGB value is (240,48,142). Sum of RGB (Red+Green+Blue) = 240+48+142=430 (56% of max value = 765). Red value is 240 (94.14% from 255 or 55.81% from 430); Green value is 48 (19.14% from 255 or 11.16% from 430); Blue value is 142 (55.86% from 255 or 33.02% from 430); Max value from RGB is 240 - color contains mainly: red. Hex color #F0308E is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F0308E is #0FCF71. Grayscale: #737373. Windows color (decimal): -1036146 or 9318640. OLE color: 9318640.

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

Color convert

RGB 240 48 142 -
CMYK 0 0.8 0.41 0.06
HSL 330.63º 0.86% 0.56% -
HSV(B) 330.63º 0.8% 0.94% -
XYZ 41.87 22.59 27.74 -
YUV 116.12 142.61 216.36 -
System Red Green Blue C M Y K H S L
Decimal 240 48 142 0 0.8 0.41 0.06 330.63 0.86 0.56
Hex F0 30 8E 0 50 29 6 14B 56 38
Octal 360 60 216 0 120 51 6 513 126 70
Binary 11110000 110000 10001110 0 1010000 101001 110 101001011 1010110 111000

Color Harmonies of #F0308E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0308E

Black with #F0308E

Text Example


Text Example

White with #F0308E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0308E; }

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

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

background-color css

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

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

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

border-color css

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

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

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