Html Css Color HEX #F641AA Wild Strawberry

📋 copy color: '#F641AA'

red 246 ◦ green 65 ◦ blue 170

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

Shades of Wild Strawberry #F641AA

Tints of Wild Strawberry #F641AA

RGB

 RED value IS 246 (96.48% from 255) = 51.14%

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

 BLUE value IS 170 (66.8% from 255) = 35.34%

R = 51.14%
G = 13.51%
B = 35.34%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.31

 K value IS 0.04

RGB Variations

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

Color information

#F641AA (or 0xF641AA) is known color: Wild Strawberry. HEX triplet: F6, 41 and AA. RGB value is (246,65,170). Sum of RGB (Red+Green+Blue) = 246+65+170=481 (63% of max value = 765). Red value is 246 (96.48% from 255 or 51.14% from 481); Green value is 65 (25.78% from 255 or 13.51% from 481); Blue value is 170 (66.80% from 255 or 35.34% from 481); Max value from RGB is 246 - color contains mainly: red. Hex color #F641AA is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F641AA is #09BE55. Grayscale: #828282. Windows color (decimal): -638550 or 11158006. OLE color: 11158006.

HSL color Cylindrical-coordinate representation of color #F641AA: hue angle of 325.19º degrees, saturation: 0.91, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F641AA is Cyan = 0, Magento = 0.74, Yellow = 0.31 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 65 170 -
CMYK 0 0.74 0.31 0.04
HSL 325.19º 0.91% 0.61% -
HSV(B) 325.19º 0.74% 0.96% -
XYZ 47.15 26.28 40.62 -
YUV 131.09 149.97 209.96 -
System Red Green Blue C M Y K H S L
Decimal 246 65 170 0 0.74 0.31 0.04 325.19 0.91 0.61
Hex F6 41 AA 0 4A 1F 4 145 5B 3D
Octal 366 101 252 0 112 37 4 505 133 75
Binary 11110110 1000001 10101010 0 1001010 11111 100 101000101 1011011 111101

Color Harmonies of #F641AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F641AA

Black with #F641AA

Text Example


Text Example

White with #F641AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F641AA; }

 p { color: rgb(246,65,170); }

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

background-color css

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

 a { background-color: rgb(246,65,170); }

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

border-color css

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

 span { border-color: rgb(246,65,170); }

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