Html Css Color HEX #F3308B Wild Strawberry

📋 copy color: '#F3308B'

red 243 ◦ green 48 ◦ blue 139

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

Shades of Wild Strawberry #F3308B

Tints of Wild Strawberry #F3308B

RGB

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

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

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

R = 56.51%
G = 11.16%
B = 32.33%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.43

 K value IS 0.05

RGB Variations

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

Color information

#F3308B (or 0xF3308B) is known color: Wild Strawberry. HEX triplet: F3, 30 and 8B. RGB value is (243,48,139). Sum of RGB (Red+Green+Blue) = 243+48+139=430 (56% of max value = 765). Red value is 243 (95.31% from 255 or 56.51% from 430); Green value is 48 (19.14% from 255 or 11.16% from 430); Blue value is 139 (54.69% from 255 or 32.33% from 430); Max value from RGB is 243 - color contains mainly: red. Hex color #F3308B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F3308B is #0CCF74. Grayscale: #747474. Windows color (decimal): -839541 or 9122035. OLE color: 9122035.

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

Color convert

RGB 243 48 139 -
CMYK 0 0.80 0.43 0.05
HSL 332º 0.89% 0.57% -
HSV(B) 332º 0.8% 0.95% -
XYZ 42.68 23.03 26.62 -
YUV 116.68 140.6 218.1 -
System Red Green Blue C M Y K H S L
Decimal 243 48 139 0 0.80 0.43 0.05 332 0.89 0.57
Hex F3 30 8B 0 50 2B 5 14C 59 39
Octal 363 60 213 0 120 53 5 514 131 71
Binary 11110011 110000 10001011 0 1010000 101011 101 101001100 1011001 111001

Color Harmonies of #F3308B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F3308B

Black with #F3308B

Text Example


Text Example

White with #F3308B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F3308B; }

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

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

background-color css

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

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

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

border-color css

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

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

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