Html Css Color HEX #F4318C Wild Strawberry

📋 copy color: '#F4318C'

red 244 ◦ green 49 ◦ blue 140

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

Shades of Wild Strawberry #F4318C

Tints of Wild Strawberry #F4318C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 32.33%

R = 56.35%
G = 11.32%
B = 32.33%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.43

 K value IS 0.04

RGB Variations

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

Color information

#F4318C (or 0xF4318C) is known color: Wild Strawberry. HEX triplet: F4, 31 and 8C. RGB value is (244,49,140). Sum of RGB (Red+Green+Blue) = 244+49+140=433 (57% of max value = 765). Red value is 244 (95.70% from 255 or 56.35% from 433); Green value is 49 (19.53% from 255 or 11.32% from 433); Blue value is 140 (55.08% from 255 or 32.33% from 433); Max value from RGB is 244 - color contains mainly: red. Hex color #F4318C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F4318C is #0BCE73. Grayscale: #757575. Windows color (decimal): -773748 or 9187828. OLE color: 9187828.

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

Color convert

RGB 244 49 140 -
CMYK 0 0.80 0.43 0.04
HSL 332º 0.9% 0.57% -
HSV(B) 332º 0.8% 0.96% -
XYZ 43.14 23.32 27.04 -
YUV 117.68 140.6 218.1 -
System Red Green Blue C M Y K H S L
Decimal 244 49 140 0 0.80 0.43 0.04 332 0.9 0.57
Hex F4 31 8C 0 50 2B 4 14C 5A 39
Octal 364 61 214 0 120 53 4 514 132 71
Binary 11110100 110001 10001100 0 1010000 101011 100 101001100 1011010 111001

Color Harmonies of #F4318C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4318C

Black with #F4318C

Text Example


Text Example

White with #F4318C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4318C; }

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

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

background-color css

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

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

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

border-color css

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

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

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