Html Css Color HEX #F34199 Wild Strawberry

📋 copy color: '#F34199'

red 243 ◦ green 65 ◦ blue 153

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

Shades of Wild Strawberry #F34199

Tints of Wild Strawberry #F34199

RGB

 RED value IS 243 (95.31% from 255) = 52.71%

 GREEN value IS 65 (25.78% from 255) = 14.1%

 BLUE value IS 153 (60.16% from 255) = 33.19%

R = 52.71%
G = 14.1%
B = 33.19%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.37

 K value IS 0.05

RGB Variations

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

Color information

#F34199 (or 0xF34199) is known color: Wild Strawberry. HEX triplet: F3, 41 and 99. RGB value is (243,65,153). Sum of RGB (Red+Green+Blue) = 243+65+153=461 (61% of max value = 765). Red value is 243 (95.31% from 255 or 52.71% from 461); Green value is 65 (25.78% from 255 or 14.10% from 461); Blue value is 153 (60.16% from 255 or 33.19% from 461); Max value from RGB is 243 - color contains mainly: red. Hex color #F34199 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F34199 is #0CBE66. Grayscale: #808080. Windows color (decimal): -835175 or 10043891. OLE color: 10043891.

HSL color Cylindrical-coordinate representation of color #F34199: hue angle of 330.34º degrees, saturation: 0.88, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #F34199 is Cyan = 0, Magento = 0.73, Yellow = 0.37 and Black (K on CMYK) = 0.05.

Color convert

RGB 243 65 153 -
CMYK 0 0.73 0.37 0.05
HSL 330.34º 0.88% 0.6% -
HSV(B) 330.34º 0.73% 0.95% -
XYZ 44.6 25.14 32.64 -
YUV 128.25 141.97 209.84 -
System Red Green Blue C M Y K H S L
Decimal 243 65 153 0 0.73 0.37 0.05 330.34 0.88 0.6
Hex F3 41 99 0 49 25 5 14A 58 3C
Octal 363 101 231 0 111 45 5 512 130 74
Binary 11110011 1000001 10011001 0 1001001 100101 101 101001010 1011000 111100

Color Harmonies of #F34199

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F34199

Black with #F34199

Text Example


Text Example

White with #F34199

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F34199; }

 p { color: rgb(243,65,153); }

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

background-color css

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

 a { background-color: rgb(243,65,153); }

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

border-color css

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

 span { border-color: rgb(243,65,153); }

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