Html Css Color HEX #F03A92 Wild Strawberry

📋 copy color: '#F03A92'

red 240 ◦ green 58 ◦ blue 146

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

Shades of Wild Strawberry #F03A92

Tints of Wild Strawberry #F03A92

RGB

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

 GREEN value IS 58 (23.05% from 255) = 13.06%

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

R = 54.05%
G = 13.06%
B = 32.88%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.39

 K value IS 0.06

RGB Variations

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

Color information

#F03A92 (or 0xF03A92) is known color: Wild Strawberry. HEX triplet: F0, 3A and 92. RGB value is (240,58,146). Sum of RGB (Red+Green+Blue) = 240+58+146=444 (58% of max value = 765). Red value is 240 (94.14% from 255 or 54.05% from 444); Green value is 58 (23.05% from 255 or 13.06% from 444); Blue value is 146 (57.42% from 255 or 32.88% from 444); Max value from RGB is 240 - color contains mainly: red. Hex color #F03A92 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F03A92 is #0FC56D. Grayscale: #7A7A7A. Windows color (decimal): -1033582 or 9583344. OLE color: 9583344.

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

Color convert

RGB 240 58 146 -
CMYK 0 0.76 0.39 0.06
HSL 330.99º 0.86% 0.58% -
HSV(B) 330.99º 0.76% 0.94% -
XYZ 42.64 23.63 29.51 -
YUV 122.45 141.3 211.84 -
System Red Green Blue C M Y K H S L
Decimal 240 58 146 0 0.76 0.39 0.06 330.99 0.86 0.58
Hex F0 3A 92 0 4C 27 6 14B 56 3A
Octal 360 72 222 0 114 47 6 513 126 72
Binary 11110000 111010 10010010 0 1001100 100111 110 101001011 1010110 111010

Color Harmonies of #F03A92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F03A92

Black with #F03A92

Text Example


Text Example

White with #F03A92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F03A92; }

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

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

background-color css

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

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

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

border-color css

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

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

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