Html Css Color HEX #F03694 Wild Strawberry

📋 copy color: '#F03694'

red 240 ◦ green 54 ◦ blue 148

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

Shades of Wild Strawberry #F03694

Tints of Wild Strawberry #F03694

RGB

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

 GREEN value IS 54 (21.48% from 255) = 12.22%

 BLUE value IS 148 (58.2% from 255) = 33.48%

R = 54.3%
G = 12.22%
B = 33.48%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.38

 K value IS 0.06

RGB Variations

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

Color information

#F03694 (or 0xF03694) is known color: Wild Strawberry. HEX triplet: F0, 36 and 94. RGB value is (240,54,148). Sum of RGB (Red+Green+Blue) = 240+54+148=442 (58% of max value = 765). Red value is 240 (94.14% from 255 or 54.30% from 442); Green value is 54 (21.48% from 255 or 12.22% from 442); Blue value is 148 (58.20% from 255 or 33.48% from 442); Max value from RGB is 240 - color contains mainly: red. Hex color #F03694 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F03694 is #0FC96B. Grayscale: #787878. Windows color (decimal): -1034604 or 9713392. OLE color: 9713392.

HSL color Cylindrical-coordinate representation of color #F03694: hue angle of 329.68º degrees, saturation: 0.86, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #F03694 is Cyan = 0, Magento = 0.78, Yellow = 0.38 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 54 148 -
CMYK 0 0.78 0.38 0.06
HSL 329.68º 0.86% 0.58% -
HSV(B) 329.68º 0.78% 0.94% -
XYZ 42.6 23.3 30.27 -
YUV 120.33 143.62 213.36 -
System Red Green Blue C M Y K H S L
Decimal 240 54 148 0 0.78 0.38 0.06 329.68 0.86 0.58
Hex F0 36 94 0 4E 26 6 14A 56 3A
Octal 360 66 224 0 116 46 6 512 126 72
Binary 11110000 110110 10010100 0 1001110 100110 110 101001010 1010110 111010

Color Harmonies of #F03694

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F03694

Black with #F03694

Text Example


Text Example

White with #F03694

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F03694; }

 p { color: rgb(240,54,148); }

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

background-color css

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

 a { background-color: rgb(240,54,148); }

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

border-color css

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

 span { border-color: rgb(240,54,148); }

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