Html Css Color HEX #F3348B Wild Strawberry

📋 copy color: '#F3348B'

red 243 ◦ green 52 ◦ blue 139

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

Shades of Wild Strawberry #F3348B

Tints of Wild Strawberry #F3348B

RGB

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

 GREEN value IS 52 (20.7% from 255) = 11.98%

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

R = 55.99%
G = 11.98%
B = 32.03%

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

#F3348B (or 0xF3348B) is known color: Wild Strawberry. HEX triplet: F3, 34 and 8B. RGB value is (243,52,139). Sum of RGB (Red+Green+Blue) = 243+52+139=434 (57% of max value = 765). Red value is 243 (95.31% from 255 or 55.99% from 434); Green value is 52 (20.70% from 255 or 11.98% from 434); Blue value is 139 (54.69% from 255 or 32.03% from 434); Max value from RGB is 243 - color contains mainly: red. Hex color #F3348B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F3348B is #0CCB74. Grayscale: #767676. Windows color (decimal): -838517 or 9123059. OLE color: 9123059.

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

Color convert

RGB 243 52 139 -
CMYK 0 0.79 0.43 0.05
HSL 332.67º 0.89% 0.58% -
HSV(B) 332.67º 0.79% 0.95% -
XYZ 42.85 23.37 26.68 -
YUV 119.03 139.28 216.43 -
System Red Green Blue C M Y K H S L
Decimal 243 52 139 0 0.79 0.43 0.05 332.67 0.89 0.58
Hex F3 34 8B 0 4F 2B 5 14D 59 3A
Octal 363 64 213 0 117 53 5 515 131 72
Binary 11110011 110100 10001011 0 1001111 101011 101 101001101 1011001 111010

Color Harmonies of #F3348B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F3348B

Black with #F3348B

Text Example


Text Example

White with #F3348B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F3348B; }

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

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

background-color css

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

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

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

border-color css

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

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

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