Html Css Color HEX #F03792 Wild Strawberry

📋 copy color: '#F03792'

red 240 ◦ green 55 ◦ blue 146

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

Shades of Wild Strawberry #F03792

Tints of Wild Strawberry #F03792

RGB

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

 GREEN value IS 55 (21.88% from 255) = 12.47%

 BLUE value IS 146 (57.42% from 255) = 33.11%

R = 54.42%
G = 12.47%
B = 33.11%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.39

 K value IS 0.06

RGB Variations

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

Color information

#F03792 (or 0xF03792) is known color: Wild Strawberry. HEX triplet: F0, 37 and 92. RGB value is (240,55,146). Sum of RGB (Red+Green+Blue) = 240+55+146=441 (58% of max value = 765). Red value is 240 (94.14% from 255 or 54.42% from 441); Green value is 55 (21.88% from 255 or 12.47% from 441); Blue value is 146 (57.42% from 255 or 33.11% from 441); Max value from RGB is 240 - color contains mainly: red. Hex color #F03792 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F03792 is #0FC86D. Grayscale: #787878. Windows color (decimal): -1034350 or 9582576. OLE color: 9582576.

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

Color convert

RGB 240 55 146 -
CMYK 0 0.77 0.39 0.06
HSL 330.49º 0.86% 0.58% -
HSV(B) 330.49º 0.77% 0.94% -
XYZ 42.49 23.33 29.46 -
YUV 120.69 142.29 213.1 -
System Red Green Blue C M Y K H S L
Decimal 240 55 146 0 0.77 0.39 0.06 330.49 0.86 0.58
Hex F0 37 92 0 4D 27 6 14A 56 3A
Octal 360 67 222 0 115 47 6 512 126 72
Binary 11110000 110111 10010010 0 1001101 100111 110 101001010 1010110 111010

Color Harmonies of #F03792

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F03792

Black with #F03792

Text Example


Text Example

White with #F03792

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F03792; }

 p { color: rgb(240,55,146); }

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

background-color css

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

 a { background-color: rgb(240,55,146); }

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

border-color css

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

 span { border-color: rgb(240,55,146); }

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