Html Css Color HEX #F3389B Wild Strawberry

📋 copy color: '#F3389B'

red 243 ◦ green 56 ◦ blue 155

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

Shades of Wild Strawberry #F3389B

Tints of Wild Strawberry #F3389B

RGB

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

 GREEN value IS 56 (22.27% from 255) = 12.33%

 BLUE value IS 155 (60.94% from 255) = 34.14%

R = 53.52%
G = 12.33%
B = 34.14%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.36

 K value IS 0.05

RGB Variations

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

Color information

#F3389B (or 0xF3389B) is known color: Wild Strawberry. HEX triplet: F3, 38 and 9B. RGB value is (243,56,155). Sum of RGB (Red+Green+Blue) = 243+56+155=454 (60% of max value = 765). Red value is 243 (95.31% from 255 or 53.52% from 454); Green value is 56 (22.27% from 255 or 12.33% from 454); Blue value is 155 (60.94% from 255 or 34.14% from 454); Max value from RGB is 243 - color contains mainly: red. Hex color #F3389B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F3389B is #0CC764. Grayscale: #7A7A7A. Windows color (decimal): -837477 or 10172659. OLE color: 10172659.

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

Color convert

RGB 243 56 155 -
CMYK 0 0.77 0.36 0.05
HSL 328.24º 0.89% 0.59% -
HSV(B) 328.24º 0.77% 0.95% -
XYZ 44.29 24.25 33.36 -
YUV 123.2 145.95 213.45 -
System Red Green Blue C M Y K H S L
Decimal 243 56 155 0 0.77 0.36 0.05 328.24 0.89 0.59
Hex F3 38 9B 0 4D 24 5 148 59 3B
Octal 363 70 233 0 115 44 5 510 131 73
Binary 11110011 111000 10011011 0 1001101 100100 101 101001000 1011001 111011

Color Harmonies of #F3389B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F3389B

Black with #F3389B

Text Example


Text Example

White with #F3389B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F3389B; }

 p { color: rgb(243,56,155); }

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

background-color css

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

 a { background-color: rgb(243,56,155); }

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

border-color css

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

 span { border-color: rgb(243,56,155); }

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