Html Css Color HEX #F3308D Wild Strawberry

📋 copy color: '#F3308D'

red 243 ◦ green 48 ◦ blue 141

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

Shades of Wild Strawberry #F3308D

Tints of Wild Strawberry #F3308D

RGB

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

 GREEN value IS 48 (19.14% from 255) = 11.11%

 BLUE value IS 141 (55.47% from 255) = 32.64%

R = 56.25%
G = 11.11%
B = 32.64%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.42

 K value IS 0.05

RGB Variations

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

Color information

#F3308D (or 0xF3308D) is known color: Wild Strawberry. HEX triplet: F3, 30 and 8D. RGB value is (243,48,141). Sum of RGB (Red+Green+Blue) = 243+48+141=432 (57% of max value = 765). Red value is 243 (95.31% from 255 or 56.25% from 432); Green value is 48 (19.14% from 255 or 11.11% from 432); Blue value is 141 (55.47% from 255 or 32.64% from 432); Max value from RGB is 243 - color contains mainly: red. Hex color #F3308D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F3308D is #0CCF72. Grayscale: #747474. Windows color (decimal): -839539 or 9253107. OLE color: 9253107.

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

Color convert

RGB 243 48 141 -
CMYK 0 0.80 0.42 0.05
HSL 331.38º 0.89% 0.57% -
HSV(B) 331.38º 0.8% 0.95% -
XYZ 42.83 23.09 27.4 -
YUV 116.91 141.6 217.94 -
System Red Green Blue C M Y K H S L
Decimal 243 48 141 0 0.80 0.42 0.05 331.38 0.89 0.57
Hex F3 30 8D 0 50 2A 5 14B 59 39
Octal 363 60 215 0 120 52 5 513 131 71
Binary 11110011 110000 10001101 0 1010000 101010 101 101001011 1011001 111001

Color Harmonies of #F3308D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F3308D

Black with #F3308D

Text Example


Text Example

White with #F3308D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F3308D; }

 p { color: rgb(243,48,141); }

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

background-color css

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

 a { background-color: rgb(243,48,141); }

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

border-color css

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

 span { border-color: rgb(243,48,141); }

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