Html Css Color HEX #F340AB Wild Strawberry

📋 copy color: '#F340AB'

red 243 ◦ green 64 ◦ blue 171

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

Shades of Wild Strawberry #F340AB

Tints of Wild Strawberry #F340AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 35.77%

R = 50.84%
G = 13.39%
B = 35.77%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.30

 K value IS 0.05

RGB Variations

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

Color information

#F340AB (or 0xF340AB) is known color: Wild Strawberry. HEX triplet: F3, 40 and AB. RGB value is (243,64,171). Sum of RGB (Red+Green+Blue) = 243+64+171=478 (63% of max value = 765). Red value is 243 (95.31% from 255 or 50.84% from 478); Green value is 64 (25.39% from 255 or 13.39% from 478); Blue value is 171 (67.19% from 255 or 35.77% from 478); Max value from RGB is 243 - color contains mainly: red. Hex color #F340AB is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F340AB is #0CBF54. Grayscale: #818181. Windows color (decimal): -835413 or 11223283. OLE color: 11223283.

HSL color Cylindrical-coordinate representation of color #F340AB: hue angle of 324.13º 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 #F340AB is Cyan = 0, Magento = 0.74, Yellow = 0.30 and Black (K on CMYK) = 0.05.

Color convert

RGB 243 64 171 -
CMYK 0 0.74 0.30 0.05
HSL 324.13º 0.88% 0.6% -
HSV(B) 324.13º 0.74% 0.95% -
XYZ 46.15 25.66 41.05 -
YUV 129.72 151.3 208.8 -
System Red Green Blue C M Y K H S L
Decimal 243 64 171 0 0.74 0.30 0.05 324.13 0.88 0.6
Hex F3 40 AB 0 4A 1E 5 144 58 3C
Octal 363 100 253 0 112 36 5 504 130 74
Binary 11110011 1000000 10101011 0 1001010 11110 101 101000100 1011000 111100

Color Harmonies of #F340AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F340AB

Black with #F340AB

Text Example


Text Example

White with #F340AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F340AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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