Html Css Color HEX #F4379F Wild Strawberry

📋 copy color: '#F4379F'

red 244 ◦ green 55 ◦ blue 159

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

Shades of Wild Strawberry #F4379F

Tints of Wild Strawberry #F4379F

RGB

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

 GREEN value IS 55 (21.88% from 255) = 12.01%

 BLUE value IS 159 (62.5% from 255) = 34.72%

R = 53.28%
G = 12.01%
B = 34.72%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.35

 K value IS 0.04

RGB Variations

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

Color information

#F4379F (or 0xF4379F) is known color: Wild Strawberry. HEX triplet: F4, 37 and 9F. RGB value is (244,55,159). Sum of RGB (Red+Green+Blue) = 244+55+159=458 (60% of max value = 765). Red value is 244 (95.70% from 255 or 53.28% from 458); Green value is 55 (21.88% from 255 or 12.01% from 458); Blue value is 159 (62.5% from 255 or 34.72% from 458); Max value from RGB is 244 - color contains mainly: red. Hex color #F4379F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F4379F is #0BC860. Grayscale: #7B7B7B. Windows color (decimal): -772193 or 10434548. OLE color: 10434548.

HSL color Cylindrical-coordinate representation of color #F4379F: hue angle of 326.98º degrees, saturation: 0.9, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #F4379F is Cyan = 0, Magento = 0.77, Yellow = 0.35 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 55 159 -
CMYK 0 0.77 0.35 0.04
HSL 326.98º 0.9% 0.59% -
HSV(B) 326.98º 0.77% 0.96% -
XYZ 44.93 24.47 35.16 -
YUV 123.37 148.12 214.04 -
System Red Green Blue C M Y K H S L
Decimal 244 55 159 0 0.77 0.35 0.04 326.98 0.9 0.59
Hex F4 37 9F 0 4D 23 4 147 5A 3B
Octal 364 67 237 0 115 43 4 507 132 73
Binary 11110100 110111 10011111 0 1001101 100011 100 101000111 1011010 111011

Color Harmonies of #F4379F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4379F

Black with #F4379F

Text Example


Text Example

White with #F4379F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4379F; }

 p { color: rgb(244,55,159); }

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

background-color css

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

 a { background-color: rgb(244,55,159); }

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

border-color css

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

 span { border-color: rgb(244,55,159); }

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