Html Css Color HEX #F3328B Wild Strawberry

📋 copy color: '#F3328B'

red 243 ◦ green 50 ◦ blue 139

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

Shades of Wild Strawberry #F3328B

Tints of Wild Strawberry #F3328B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 32.18%

R = 56.25%
G = 11.57%
B = 32.18%

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

#F3328B (or 0xF3328B) is known color: Wild Strawberry. HEX triplet: F3, 32 and 8B. RGB value is (243,50,139). Sum of RGB (Red+Green+Blue) = 243+50+139=432 (57% of max value = 765). Red value is 243 (95.31% from 255 or 56.25% from 432); Green value is 50 (19.92% from 255 or 11.57% from 432); Blue value is 139 (54.69% from 255 or 32.18% from 432); Max value from RGB is 243 - color contains mainly: red. Hex color #F3328B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F3328B is #0CCD74. Grayscale: #757575. Windows color (decimal): -839029 or 9122547. OLE color: 9122547.

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

Color convert

RGB 243 50 139 -
CMYK 0 0.79 0.43 0.05
HSL 332.33º 0.89% 0.57% -
HSV(B) 332.33º 0.79% 0.95% -
XYZ 42.76 23.2 26.65 -
YUV 117.85 139.94 217.26 -
System Red Green Blue C M Y K H S L
Decimal 243 50 139 0 0.79 0.43 0.05 332.33 0.89 0.57
Hex F3 32 8B 0 4F 2B 5 14C 59 39
Octal 363 62 213 0 117 53 5 514 131 71
Binary 11110011 110010 10001011 0 1001111 101011 101 101001100 1011001 111001

Color Harmonies of #F3328B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F3328B

Black with #F3328B

Text Example


Text Example

White with #F3328B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F3328B; }

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

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

background-color css

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

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

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

border-color css

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

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

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