Html Css Color HEX #F040A6 Wild Strawberry

📋 copy color: '#F040A6'

red 240 ◦ green 64 ◦ blue 166

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

Shades of Wild Strawberry #F040A6

Tints of Wild Strawberry #F040A6

RGB

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

 GREEN value IS 64 (25.39% from 255) = 13.62%

 BLUE value IS 166 (65.23% from 255) = 35.32%

R = 51.06%
G = 13.62%
B = 35.32%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.31

 K value IS 0.06

RGB Variations

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

Color information

#F040A6 (or 0xF040A6) is known color: Wild Strawberry. HEX triplet: F0, 40 and A6. RGB value is (240,64,166). Sum of RGB (Red+Green+Blue) = 240+64+166=470 (62% of max value = 765). Red value is 240 (94.14% from 255 or 51.06% from 470); Green value is 64 (25.39% from 255 or 13.62% from 470); Blue value is 166 (65.23% from 255 or 35.32% from 470); Max value from RGB is 240 - color contains mainly: red. Hex color #F040A6 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F040A6 is #0FBF59. Grayscale: #808080. Windows color (decimal): -1032026 or 10895600. OLE color: 10895600.

HSL color Cylindrical-coordinate representation of color #F040A6: hue angle of 325.23º degrees, saturation: 0.85, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #F040A6 is Cyan = 0, Magento = 0.73, Yellow = 0.31 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 64 166 -
CMYK 0 0.73 0.31 0.06
HSL 325.23º 0.85% 0.6% -
HSV(B) 325.23º 0.73% 0.94% -
XYZ 44.65 24.95 38.54 -
YUV 128.25 149.31 207.71 -
System Red Green Blue C M Y K H S L
Decimal 240 64 166 0 0.73 0.31 0.06 325.23 0.85 0.6
Hex F0 40 A6 0 49 1F 6 145 55 3C
Octal 360 100 246 0 111 37 6 505 125 74
Binary 11110000 1000000 10100110 0 1001001 11111 110 101000101 1010101 111100

Color Harmonies of #F040A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F040A6

Black with #F040A6

Text Example


Text Example

White with #F040A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F040A6; }

 p { color: rgb(240,64,166); }

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

background-color css

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

 a { background-color: rgb(240,64,166); }

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

border-color css

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

 span { border-color: rgb(240,64,166); }

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