Html Css Color HEX #F041A4 Wild Strawberry

📋 copy color: '#F041A4'

red 240 ◦ green 65 ◦ blue 164

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

Shades of Wild Strawberry #F041A4

Tints of Wild Strawberry #F041A4

RGB

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

 GREEN value IS 65 (25.78% from 255) = 13.86%

 BLUE value IS 164 (64.45% from 255) = 34.97%

R = 51.17%
G = 13.86%
B = 34.97%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.32

 K value IS 0.06

RGB Variations

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

Color information

#F041A4 (or 0xF041A4) is known color: Wild Strawberry. HEX triplet: F0, 41 and A4. RGB value is (240,65,164). Sum of RGB (Red+Green+Blue) = 240+65+164=469 (62% of max value = 765). Red value is 240 (94.14% from 255 or 51.17% from 469); Green value is 65 (25.78% from 255 or 13.86% from 469); Blue value is 164 (64.45% from 255 or 34.97% from 469); Max value from RGB is 240 - color contains mainly: red. Hex color #F041A4 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F041A4 is #0FBE5B. Grayscale: #808080. Windows color (decimal): -1031772 or 10764784. OLE color: 10764784.

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

Color convert

RGB 240 65 164 -
CMYK 0 0.73 0.32 0.06
HSL 326.06º 0.85% 0.6% -
HSV(B) 326.06º 0.73% 0.94% -
XYZ 44.53 24.99 37.6 -
YUV 128.61 147.98 207.45 -
System Red Green Blue C M Y K H S L
Decimal 240 65 164 0 0.73 0.32 0.06 326.06 0.85 0.6
Hex F0 41 A4 0 49 20 6 146 55 3C
Octal 360 101 244 0 111 40 6 506 125 74
Binary 11110000 1000001 10100100 0 1001001 100000 110 101000110 1010101 111100

Color Harmonies of #F041A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F041A4

Black with #F041A4

Text Example


Text Example

White with #F041A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F041A4; }

 p { color: rgb(240,65,164); }

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

background-color css

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

 a { background-color: rgb(240,65,164); }

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

border-color css

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

 span { border-color: rgb(240,65,164); }

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