Html Css Color HEX #F640AD Wild Strawberry

📋 copy color: '#F640AD'

red 246 ◦ green 64 ◦ blue 173

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

Shades of Wild Strawberry #F640AD

Tints of Wild Strawberry #F640AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 35.82%

R = 50.93%
G = 13.25%
B = 35.82%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.30

 K value IS 0.04

RGB Variations

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

Color information

#F640AD (or 0xF640AD) is known color: Wild Strawberry. HEX triplet: F6, 40 and AD. RGB value is (246,64,173). Sum of RGB (Red+Green+Blue) = 246+64+173=483 (63% of max value = 765). Red value is 246 (96.48% from 255 or 50.93% from 483); Green value is 64 (25.39% from 255 or 13.25% from 483); Blue value is 173 (67.97% from 255 or 35.82% from 483); Max value from RGB is 246 - color contains mainly: red. Hex color #F640AD is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F640AD is #09BF52. Grayscale: #828282. Windows color (decimal): -638803 or 11354358. OLE color: 11354358.

HSL color Cylindrical-coordinate representation of color #F640AD: hue angle of 324.07º 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 #F640AD is Cyan = 0, Magento = 0.74, Yellow = 0.30 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 64 173 -
CMYK 0 0.74 0.30 0.04
HSL 324.07º 0.91% 0.61% -
HSV(B) 324.07º 0.74% 0.96% -
XYZ 47.38 26.28 42.11 -
YUV 130.84 151.8 210.14 -
System Red Green Blue C M Y K H S L
Decimal 246 64 173 0 0.74 0.30 0.04 324.07 0.91 0.61
Hex F6 40 AD 0 4A 1E 4 144 5B 3D
Octal 366 100 255 0 112 36 4 504 133 75
Binary 11110110 1000000 10101101 0 1001010 11110 100 101000100 1011011 111101

Color Harmonies of #F640AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F640AD

Black with #F640AD

Text Example


Text Example

White with #F640AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F640AD; }

 p { color: rgb(246,64,173); }

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

background-color css

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

 a { background-color: rgb(246,64,173); }

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

border-color css

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

 span { border-color: rgb(246,64,173); }

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