Html Css Color HEX #F4318D Wild Strawberry

📋 copy color: '#F4318D'

red 244 ◦ green 49 ◦ blue 141

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

Shades of Wild Strawberry #F4318D

Tints of Wild Strawberry #F4318D

RGB

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

 GREEN value IS 49 (19.53% from 255) = 11.29%

 BLUE value IS 141 (55.47% from 255) = 32.49%

R = 56.22%
G = 11.29%
B = 32.49%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.42

 K value IS 0.04

RGB Variations

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

Color information

#F4318D (or 0xF4318D) is known color: Wild Strawberry. HEX triplet: F4, 31 and 8D. RGB value is (244,49,141). Sum of RGB (Red+Green+Blue) = 244+49+141=434 (57% of max value = 765). Red value is 244 (95.70% from 255 or 56.22% from 434); Green value is 49 (19.53% from 255 or 11.29% from 434); Blue value is 141 (55.47% from 255 or 32.49% from 434); Max value from RGB is 244 - color contains mainly: red. Hex color #F4318D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F4318D is #0BCE72. Grayscale: #757575. Windows color (decimal): -773747 or 9253364. OLE color: 9253364.

HSL color Cylindrical-coordinate representation of color #F4318D: hue angle of 331.69º degrees, saturation: 0.9, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F4318D is Cyan = 0, Magento = 0.80, Yellow = 0.42 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 49 141 -
CMYK 0 0.80 0.42 0.04
HSL 331.69º 0.9% 0.57% -
HSV(B) 331.69º 0.8% 0.96% -
XYZ 43.21 23.35 27.43 -
YUV 117.79 141.1 218.02 -
System Red Green Blue C M Y K H S L
Decimal 244 49 141 0 0.80 0.42 0.04 331.69 0.9 0.57
Hex F4 31 8D 0 50 2A 4 14C 5A 39
Octal 364 61 215 0 120 52 4 514 132 71
Binary 11110100 110001 10001101 0 1010000 101010 100 101001100 1011010 111001

Color Harmonies of #F4318D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4318D

Black with #F4318D

Text Example


Text Example

White with #F4318D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4318D; }

 p { color: rgb(244,49,141); }

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

background-color css

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

 a { background-color: rgb(244,49,141); }

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

border-color css

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

 span { border-color: rgb(244,49,141); }

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