Html Css Color HEX #F3288C Wild Strawberry

📋 copy color: '#F3288C'

red 243 ◦ green 40 ◦ blue 140

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

Shades of Wild Strawberry #F3288C

Tints of Wild Strawberry #F3288C

RGB

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

 GREEN value IS 40 (16.02% from 255) = 9.46%

 BLUE value IS 140 (55.08% from 255) = 33.1%

R = 57.45%
G = 9.46%
B = 33.1%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.42

 K value IS 0.05

RGB Variations

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

Color information

#F3288C (or 0xF3288C) is known color: Wild Strawberry. HEX triplet: F3, 28 and 8C. RGB value is (243,40,140). Sum of RGB (Red+Green+Blue) = 243+40+140=423 (56% of max value = 765). Red value is 243 (95.31% from 255 or 57.45% from 423); Green value is 40 (16.02% from 255 or 9.46% from 423); Blue value is 140 (55.08% from 255 or 33.10% from 423); Max value from RGB is 243 - color contains mainly: red. Hex color #F3288C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F3288C is #0CD773. Grayscale: #6F6F6F. Windows color (decimal): -841588 or 9185523. OLE color: 9185523.

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

Color convert

RGB 243 40 140 -
CMYK 0 0.84 0.42 0.05
HSL 330.44º 0.89% 0.55% -
HSV(B) 330.44º 0.84% 0.95% -
XYZ 42.45 22.47 26.91 -
YUV 112.1 143.75 221.37 -
System Red Green Blue C M Y K H S L
Decimal 243 40 140 0 0.84 0.42 0.05 330.44 0.89 0.55
Hex F3 28 8C 0 54 2A 5 14A 59 37
Octal 363 50 214 0 124 52 5 512 131 67
Binary 11110011 101000 10001100 0 1010100 101010 101 101001010 1011001 110111

Color Harmonies of #F3288C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F3288C

Black with #F3288C

Text Example


Text Example

White with #F3288C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F3288C; }

 p { color: rgb(243,40,140); }

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

background-color css

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

 a { background-color: rgb(243,40,140); }

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

border-color css

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

 span { border-color: rgb(243,40,140); }

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