Html Css Color HEX #F32993 Wild Strawberry

📋 copy color: '#F32993'

red 243 ◦ green 41 ◦ blue 147

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

Shades of Wild Strawberry #F32993

Tints of Wild Strawberry #F32993

RGB

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

 GREEN value IS 41 (16.41% from 255) = 9.51%

 BLUE value IS 147 (57.81% from 255) = 34.11%

R = 56.38%
G = 9.51%
B = 34.11%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.40

 K value IS 0.05

RGB Variations

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

Color information

#F32993 (or 0xF32993) is known color: Wild Strawberry. HEX triplet: F3, 29 and 93. RGB value is (243,41,147). Sum of RGB (Red+Green+Blue) = 243+41+147=431 (57% of max value = 765). Red value is 243 (95.31% from 255 or 56.38% from 431); Green value is 41 (16.41% from 255 or 9.51% from 431); Blue value is 147 (57.81% from 255 or 34.11% from 431); Max value from RGB is 243 - color contains mainly: red. Hex color #F32993 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F32993 is #0CD66C. Grayscale: #717171. Windows color (decimal): -841325 or 9644531. OLE color: 9644531.

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

Color convert

RGB 243 41 147 -
CMYK 0 0.83 0.40 0.05
HSL 328.51º 0.89% 0.56% -
HSV(B) 328.51º 0.83% 0.95% -
XYZ 43.02 22.75 29.73 -
YUV 113.48 146.92 220.38 -
System Red Green Blue C M Y K H S L
Decimal 243 41 147 0 0.83 0.40 0.05 328.51 0.89 0.56
Hex F3 29 93 0 53 28 5 149 59 38
Octal 363 51 223 0 123 50 5 511 131 70
Binary 11110011 101001 10010011 0 1010011 101000 101 101001001 1011001 111000

Color Harmonies of #F32993

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F32993

Black with #F32993

Text Example


Text Example

White with #F32993

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F32993; }

 p { color: rgb(243,41,147); }

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

background-color css

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

 a { background-color: rgb(243,41,147); }

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

border-color css

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

 span { border-color: rgb(243,41,147); }

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