Html Css Color HEX #F0338B Wild Strawberry

📋 copy color: '#F0338B'

red 240 ◦ green 51 ◦ blue 139

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

Shades of Wild Strawberry #F0338B

Tints of Wild Strawberry #F0338B

RGB

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

 GREEN value IS 51 (20.31% from 255) = 11.86%

 BLUE value IS 139 (54.69% from 255) = 32.33%

R = 55.81%
G = 11.86%
B = 32.33%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.42

 K value IS 0.06

RGB Variations

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

Color information

#F0338B (or 0xF0338B) is known color: Wild Strawberry. HEX triplet: F0, 33 and 8B. RGB value is (240,51,139). Sum of RGB (Red+Green+Blue) = 240+51+139=430 (56% of max value = 765). Red value is 240 (94.14% from 255 or 55.81% from 430); Green value is 51 (20.31% from 255 or 11.86% from 430); Blue value is 139 (54.69% from 255 or 32.33% from 430); Max value from RGB is 240 - color contains mainly: red. Hex color #F0338B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F0338B is #0FCC74. Grayscale: #757575. Windows color (decimal): -1035381 or 9122800. OLE color: 9122800.

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

Color convert

RGB 240 51 139 -
CMYK 0 0.79 0.42 0.06
HSL 332.06º 0.86% 0.57% -
HSV(B) 332.06º 0.79% 0.94% -
XYZ 41.78 22.76 26.62 -
YUV 117.54 140.12 215.34 -
System Red Green Blue C M Y K H S L
Decimal 240 51 139 0 0.79 0.42 0.06 332.06 0.86 0.57
Hex F0 33 8B 0 4F 2A 6 14C 56 39
Octal 360 63 213 0 117 52 6 514 126 71
Binary 11110000 110011 10001011 0 1001111 101010 110 101001100 1010110 111001

Color Harmonies of #F0338B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0338B

Black with #F0338B

Text Example


Text Example

White with #F0338B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0338B; }

 p { color: rgb(240,51,139); }

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

background-color css

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

 a { background-color: rgb(240,51,139); }

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

border-color css

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

 span { border-color: rgb(240,51,139); }

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