Html Css Color HEX #F340A0 Wild Strawberry

📋 copy color: '#F340A0'

red 243 ◦ green 64 ◦ blue 160

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

Shades of Wild Strawberry #F340A0

Tints of Wild Strawberry #F340A0

RGB

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

 GREEN value IS 64 (25.39% from 255) = 13.7%

 BLUE value IS 160 (62.89% from 255) = 34.26%

R = 52.03%
G = 13.7%
B = 34.26%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.34

 K value IS 0.05

RGB Variations

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

Color information

#F340A0 (or 0xF340A0) is known color: Wild Strawberry. HEX triplet: F3, 40 and A0. RGB value is (243,64,160). Sum of RGB (Red+Green+Blue) = 243+64+160=467 (61% of max value = 765). Red value is 243 (95.31% from 255 or 52.03% from 467); Green value is 64 (25.39% from 255 or 13.70% from 467); Blue value is 160 (62.89% from 255 or 34.26% from 467); Max value from RGB is 243 - color contains mainly: red. Hex color #F340A0 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F340A0 is #0CBF5F. Grayscale: #808080. Windows color (decimal): -835424 or 10502387. OLE color: 10502387.

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

Color convert

RGB 243 64 160 -
CMYK 0 0.74 0.34 0.05
HSL 327.82º 0.88% 0.6% -
HSV(B) 327.82º 0.74% 0.95% -
XYZ 45.14 25.26 35.75 -
YUV 128.47 145.8 209.69 -
System Red Green Blue C M Y K H S L
Decimal 243 64 160 0 0.74 0.34 0.05 327.82 0.88 0.6
Hex F3 40 A0 0 4A 22 5 148 58 3C
Octal 363 100 240 0 112 42 5 510 130 74
Binary 11110011 1000000 10100000 0 1001010 100010 101 101001000 1011000 111100

Color Harmonies of #F340A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F340A0

Black with #F340A0

Text Example


Text Example

White with #F340A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F340A0; }

 p { color: rgb(243,64,160); }

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

background-color css

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

 a { background-color: rgb(243,64,160); }

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

border-color css

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

 span { border-color: rgb(243,64,160); }

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