Html Css Color HEX #F440A8 Wild Strawberry

📋 copy color: '#F440A8'

red 244 ◦ green 64 ◦ blue 168

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

Shades of Wild Strawberry #F440A8

Tints of Wild Strawberry #F440A8

RGB

 RED value IS 244 (95.7% from 255) = 51.26%

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

 BLUE value IS 168 (66.02% from 255) = 35.29%

R = 51.26%
G = 13.45%
B = 35.29%

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

#F440A8 (or 0xF440A8) is known color: Wild Strawberry. HEX triplet: F4, 40 and A8. RGB value is (244,64,168). Sum of RGB (Red+Green+Blue) = 244+64+168=476 (63% of max value = 765). Red value is 244 (95.70% from 255 or 51.26% from 476); Green value is 64 (25.39% from 255 or 13.45% from 476); Blue value is 168 (66.02% from 255 or 35.29% from 476); Max value from RGB is 244 - color contains mainly: red. Hex color #F440A8 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F440A8 is #0BBF57. Grayscale: #818181. Windows color (decimal): -769880 or 11026676. OLE color: 11026676.

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

Color convert

RGB 244 64 168 -
CMYK 0 0.74 0.31 0.04
HSL 325.33º 0.89% 0.6% -
HSV(B) 325.33º 0.74% 0.96% -
XYZ 46.21 25.73 39.58 -
YUV 129.68 149.63 209.54 -
System Red Green Blue C M Y K H S L
Decimal 244 64 168 0 0.74 0.31 0.04 325.33 0.89 0.6
Hex F4 40 A8 0 4A 1F 4 145 59 3C
Octal 364 100 250 0 112 37 4 505 131 74
Binary 11110100 1000000 10101000 0 1001010 11111 100 101000101 1011001 111100

Color Harmonies of #F440A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F440A8

Black with #F440A8

Text Example


Text Example

White with #F440A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F440A8; }

 p { color: rgb(244,64,168); }

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

background-color css

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

 a { background-color: rgb(244,64,168); }

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

border-color css

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

 span { border-color: rgb(244,64,168); }

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