Html Css Color HEX #F4348D Wild Strawberry

📋 copy color: '#F4348D'

red 244 ◦ green 52 ◦ blue 141

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

Shades of Wild Strawberry #F4348D

Tints of Wild Strawberry #F4348D

RGB

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

 GREEN value IS 52 (20.7% from 255) = 11.9%

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

R = 55.84%
G = 11.9%
B = 32.27%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.42

 K value IS 0.04

RGB Variations

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

Color information

#F4348D (or 0xF4348D) is known color: Wild Strawberry. HEX triplet: F4, 34 and 8D. RGB value is (244,52,141). Sum of RGB (Red+Green+Blue) = 244+52+141=437 (57% of max value = 765). Red value is 244 (95.70% from 255 or 55.84% from 437); Green value is 52 (20.70% from 255 or 11.90% from 437); Blue value is 141 (55.47% from 255 or 32.27% from 437); Max value from RGB is 244 - color contains mainly: red. Hex color #F4348D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F4348D is #0BCB72. Grayscale: #777777. Windows color (decimal): -772979 or 9254132. OLE color: 9254132.

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

Color convert

RGB 244 52 141 -
CMYK 0 0.79 0.42 0.04
HSL 332.19º 0.9% 0.58% -
HSV(B) 332.19º 0.79% 0.96% -
XYZ 43.34 23.61 27.47 -
YUV 119.55 140.11 216.76 -
System Red Green Blue C M Y K H S L
Decimal 244 52 141 0 0.79 0.42 0.04 332.19 0.9 0.58
Hex F4 34 8D 0 4F 2A 4 14C 5A 3A
Octal 364 64 215 0 117 52 4 514 132 72
Binary 11110100 110100 10001101 0 1001111 101010 100 101001100 1011010 111010

Color Harmonies of #F4348D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4348D

Black with #F4348D

Text Example


Text Example

White with #F4348D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4348D; }

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

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

background-color css

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

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

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

border-color css

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

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

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