Html Css Color HEX #F640A2 Wild Strawberry

📋 copy color: '#F640A2'

red 246 ◦ green 64 ◦ blue 162

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

Shades of Wild Strawberry #F640A2

Tints of Wild Strawberry #F640A2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 34.32%

R = 52.12%
G = 13.56%
B = 34.32%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.34

 K value IS 0.04

RGB Variations

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

Color information

#F640A2 (or 0xF640A2) is known color: Wild Strawberry. HEX triplet: F6, 40 and A2. RGB value is (246,64,162). Sum of RGB (Red+Green+Blue) = 246+64+162=472 (62% of max value = 765). Red value is 246 (96.48% from 255 or 52.12% from 472); Green value is 64 (25.39% from 255 or 13.56% from 472); Blue value is 162 (63.67% from 255 or 34.32% from 472); Max value from RGB is 246 - color contains mainly: red. Hex color #F640A2 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F640A2 is #09BF5D. Grayscale: #818181. Windows color (decimal): -638814 or 10633462. OLE color: 10633462.

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

Color convert

RGB 246 64 162 -
CMYK 0 0.74 0.34 0.04
HSL 327.69º 0.91% 0.61% -
HSV(B) 327.69º 0.74% 0.96% -
XYZ 46.36 25.87 36.73 -
YUV 129.59 146.3 211.03 -
System Red Green Blue C M Y K H S L
Decimal 246 64 162 0 0.74 0.34 0.04 327.69 0.91 0.61
Hex F6 40 A2 0 4A 22 4 148 5B 3D
Octal 366 100 242 0 112 42 4 510 133 75
Binary 11110110 1000000 10100010 0 1001010 100010 100 101001000 1011011 111101

Color Harmonies of #F640A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F640A2

Black with #F640A2

Text Example


Text Example

White with #F640A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F640A2; }

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

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

background-color css

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

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

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

border-color css

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

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

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