Html Css Color HEX #F4318F Wild Strawberry

📋 copy color: '#F4318F'

red 244 ◦ green 49 ◦ blue 143

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

Shades of Wild Strawberry #F4318F

Tints of Wild Strawberry #F4318F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 32.8%

R = 55.96%
G = 11.24%
B = 32.8%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.41

 K value IS 0.04

RGB Variations

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

Color information

#F4318F (or 0xF4318F) is known color: Wild Strawberry. HEX triplet: F4, 31 and 8F. RGB value is (244,49,143). Sum of RGB (Red+Green+Blue) = 244+49+143=436 (57% of max value = 765). Red value is 244 (95.70% from 255 or 55.96% from 436); Green value is 49 (19.53% from 255 or 11.24% from 436); Blue value is 143 (56.25% from 255 or 32.80% from 436); Max value from RGB is 244 - color contains mainly: red. Hex color #F4318F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F4318F is #0BCE70. Grayscale: #757575. Windows color (decimal): -773745 or 9384436. OLE color: 9384436.

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

Color convert

RGB 244 49 143 -
CMYK 0 0.80 0.41 0.04
HSL 331.08º 0.9% 0.57% -
HSV(B) 331.08º 0.8% 0.96% -
XYZ 43.36 23.41 28.22 -
YUV 118.02 142.1 217.86 -
System Red Green Blue C M Y K H S L
Decimal 244 49 143 0 0.80 0.41 0.04 331.08 0.9 0.57
Hex F4 31 8F 0 50 29 4 14B 5A 39
Octal 364 61 217 0 120 51 4 513 132 71
Binary 11110100 110001 10001111 0 1010000 101001 100 101001011 1011010 111001

Color Harmonies of #F4318F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4318F

Black with #F4318F

Text Example


Text Example

White with #F4318F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4318F; }

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

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

background-color css

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

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

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

border-color css

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

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

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