Html Css Color HEX #F32988 Wild Strawberry

📋 copy color: '#F32988'

red 243 ◦ green 41 ◦ blue 136

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

Shades of Wild Strawberry #F32988

Tints of Wild Strawberry #F32988

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 32.38%

R = 57.86%
G = 9.76%
B = 32.38%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.44

 K value IS 0.05

RGB Variations

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

Color information

#F32988 (or 0xF32988) is known color: Wild Strawberry. HEX triplet: F3, 29 and 88. RGB value is (243,41,136). Sum of RGB (Red+Green+Blue) = 243+41+136=420 (55% of max value = 765). Red value is 243 (95.31% from 255 or 57.86% from 420); Green value is 41 (16.41% from 255 or 9.76% from 420); Blue value is 136 (53.52% from 255 or 32.38% from 420); Max value from RGB is 243 - color contains mainly: red. Hex color #F32988 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F32988 is #0CD677. Grayscale: #707070. Windows color (decimal): -841336 or 8923635. OLE color: 8923635.

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

Color convert

RGB 243 41 136 -
CMYK 0 0.83 0.44 0.05
HSL 331.78º 0.89% 0.56% -
HSV(B) 331.78º 0.83% 0.95% -
XYZ 42.2 22.42 25.4 -
YUV 112.23 141.42 221.28 -
System Red Green Blue C M Y K H S L
Decimal 243 41 136 0 0.83 0.44 0.05 331.78 0.89 0.56
Hex F3 29 88 0 53 2C 5 14C 59 38
Octal 363 51 210 0 123 54 5 514 131 70
Binary 11110011 101001 10001000 0 1010011 101100 101 101001100 1011001 111000

Color Harmonies of #F32988

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F32988

Black with #F32988

Text Example


Text Example

White with #F32988

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F32988; }

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

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

background-color css

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

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

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

border-color css

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

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

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