Html Css Color HEX #F4449D Wild Strawberry

📋 copy color: '#F4449D'

red 244 ◦ green 68 ◦ blue 157

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

Shades of Wild Strawberry #F4449D

Tints of Wild Strawberry #F4449D

RGB

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

 GREEN value IS 68 (26.95% from 255) = 14.5%

 BLUE value IS 157 (61.72% from 255) = 33.48%

R = 52.03%
G = 14.5%
B = 33.48%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.36

 K value IS 0.04

RGB Variations

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

Color information

#F4449D (or 0xF4449D) is known color: Wild Strawberry. HEX triplet: F4, 44 and 9D. RGB value is (244,68,157). Sum of RGB (Red+Green+Blue) = 244+68+157=469 (62% of max value = 765). Red value is 244 (95.70% from 255 or 52.03% from 469); Green value is 68 (26.95% from 255 or 14.50% from 469); Blue value is 157 (61.72% from 255 or 33.48% from 469); Max value from RGB is 244 - color contains mainly: red. Hex color #F4449D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F4449D is #0BBB62. Grayscale: #828282. Windows color (decimal): -768867 or 10306804. OLE color: 10306804.

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

Color convert

RGB 244 68 157 -
CMYK 0 0.72 0.36 0.04
HSL 329.66º 0.89% 0.61% -
HSV(B) 329.66º 0.72% 0.96% -
XYZ 45.46 25.8 34.48 -
YUV 130.77 142.81 208.76 -
System Red Green Blue C M Y K H S L
Decimal 244 68 157 0 0.72 0.36 0.04 329.66 0.89 0.61
Hex F4 44 9D 0 48 24 4 14A 59 3D
Octal 364 104 235 0 110 44 4 512 131 75
Binary 11110100 1000100 10011101 0 1001000 100100 100 101001010 1011001 111101

Color Harmonies of #F4449D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4449D

Black with #F4449D

Text Example


Text Example

White with #F4449D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4449D; }

 p { color: rgb(244,68,157); }

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

background-color css

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

 a { background-color: rgb(244,68,157); }

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

border-color css

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

 span { border-color: rgb(244,68,157); }

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