Html Css Color HEX #F3328A Wild Strawberry

📋 copy color: '#F3328A'

red 243 ◦ green 50 ◦ blue 138

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

Shades of Wild Strawberry #F3328A

Tints of Wild Strawberry #F3328A

RGB

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

 GREEN value IS 50 (19.92% from 255) = 11.6%

 BLUE value IS 138 (54.3% from 255) = 32.02%

R = 56.38%
G = 11.6%
B = 32.02%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.43

 K value IS 0.05

RGB Variations

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

Color information

#F3328A (or 0xF3328A) is known color: Wild Strawberry. HEX triplet: F3, 32 and 8A. RGB value is (243,50,138). Sum of RGB (Red+Green+Blue) = 243+50+138=431 (57% of max value = 765). Red value is 243 (95.31% from 255 or 56.38% from 431); Green value is 50 (19.92% from 255 or 11.60% from 431); Blue value is 138 (54.30% from 255 or 32.02% from 431); Max value from RGB is 243 - color contains mainly: red. Hex color #F3328A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F3328A is #0CCD75. Grayscale: #757575. Windows color (decimal): -839030 or 9057011. OLE color: 9057011.

HSL color Cylindrical-coordinate representation of color #F3328A: hue angle of 332.64º degrees, saturation: 0.89, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #F3328A is Cyan = 0, Magento = 0.79, Yellow = 0.43 and Black (K on CMYK) = 0.05.

Color convert

RGB 243 50 138 -
CMYK 0 0.79 0.43 0.05
HSL 332.64º 0.89% 0.57% -
HSV(B) 332.64º 0.79% 0.95% -
XYZ 42.69 23.17 26.27 -
YUV 117.74 139.44 217.34 -
System Red Green Blue C M Y K H S L
Decimal 243 50 138 0 0.79 0.43 0.05 332.64 0.89 0.57
Hex F3 32 8A 0 4F 2B 5 14D 59 39
Octal 363 62 212 0 117 53 5 515 131 71
Binary 11110011 110010 10001010 0 1001111 101011 101 101001101 1011001 111001

Color Harmonies of #F3328A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F3328A

Black with #F3328A

Text Example


Text Example

White with #F3328A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F3328A; }

 p { color: rgb(243,50,138); }

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

background-color css

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

 a { background-color: rgb(243,50,138); }

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

border-color css

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

 span { border-color: rgb(243,50,138); }

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