Html Css Color HEX #F0308A Wild Strawberry

📋 copy color: '#F0308A'

red 240 ◦ green 48 ◦ blue 138

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

Shades of Wild Strawberry #F0308A

Tints of Wild Strawberry #F0308A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 32.39%

R = 56.34%
G = 11.27%
B = 32.39%

CMYK

 C value IS 0

 M value IS 0.8

 Y value IS 0.42

 K value IS 0.06

RGB Variations

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

Color information

#F0308A (or 0xF0308A) is known color: Wild Strawberry. HEX triplet: F0, 30 and 8A. RGB value is (240,48,138). Sum of RGB (Red+Green+Blue) = 240+48+138=426 (56% of max value = 765). Red value is 240 (94.14% from 255 or 56.34% from 426); Green value is 48 (19.14% from 255 or 11.27% from 426); Blue value is 138 (54.30% from 255 or 32.39% from 426); Max value from RGB is 240 - color contains mainly: red. Hex color #F0308A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F0308A is #0FCF75. Grayscale: #737373. Windows color (decimal): -1036150 or 9056496. OLE color: 9056496.

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

Color convert

RGB 240 48 138 -
CMYK 0 0.8 0.42 0.06
HSL 331.88º 0.86% 0.56% -
HSV(B) 331.88º 0.8% 0.94% -
XYZ 41.58 22.47 26.19 -
YUV 115.67 140.61 216.68 -
System Red Green Blue C M Y K H S L
Decimal 240 48 138 0 0.8 0.42 0.06 331.88 0.86 0.56
Hex F0 30 8A 0 50 2A 6 14C 56 38
Octal 360 60 212 0 120 52 6 514 126 70
Binary 11110000 110000 10001010 0 1010000 101010 110 101001100 1010110 111000

Color Harmonies of #F0308A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0308A

Black with #F0308A

Text Example


Text Example

White with #F0308A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0308A; }

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

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

background-color css

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

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

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

border-color css

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

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

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