Html Css Color HEX #F640AB Wild Strawberry

📋 copy color: '#F640AB'

red 246 ◦ green 64 ◦ blue 171

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

Shades of Wild Strawberry #F640AB

Tints of Wild Strawberry #F640AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 35.55%

R = 51.14%
G = 13.31%
B = 35.55%

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

#F640AB (or 0xF640AB) is known color: Wild Strawberry. HEX triplet: F6, 40 and AB. RGB value is (246,64,171). Sum of RGB (Red+Green+Blue) = 246+64+171=481 (63% of max value = 765). Red value is 246 (96.48% from 255 or 51.14% from 481); Green value is 64 (25.39% from 255 or 13.31% from 481); Blue value is 171 (67.19% from 255 or 35.55% from 481); Max value from RGB is 246 - color contains mainly: red. Hex color #F640AB is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F640AB is #09BF54. Grayscale: #828282. Windows color (decimal): -638805 or 11223286. OLE color: 11223286.

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

Color convert

RGB 246 64 171 -
CMYK 0 0.74 0.30 0.04
HSL 324.73º 0.91% 0.61% -
HSV(B) 324.73º 0.74% 0.96% -
XYZ 47.19 26.2 41.1 -
YUV 130.62 150.8 210.3 -
System Red Green Blue C M Y K H S L
Decimal 246 64 171 0 0.74 0.30 0.04 324.73 0.91 0.61
Hex F6 40 AB 0 4A 1E 4 145 5B 3D
Octal 366 100 253 0 112 36 4 505 133 75
Binary 11110110 1000000 10101011 0 1001010 11110 100 101000101 1011011 111101

Color Harmonies of #F640AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F640AB

Black with #F640AB

Text Example


Text Example

White with #F640AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F640AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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