Html Css Color HEX #FC2998 Wild Strawberry

📋 copy color: '#FC2998'

red 252 ◦ green 41 ◦ blue 152

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

Shades of Wild Strawberry #FC2998

Tints of Wild Strawberry #FC2998

RGB

 RED value IS 252 (98.83% from 255) = 56.63%

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

 BLUE value IS 152 (59.77% from 255) = 34.16%

R = 56.63%
G = 9.21%
B = 34.16%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.40

 K value IS 0.01

RGB Variations

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

Color information

#FC2998 (or 0xFC2998) is known color: Wild Strawberry. HEX triplet: FC, 29 and 98. RGB value is (252,41,152). Sum of RGB (Red+Green+Blue) = 252+41+152=445 (58% of max value = 765). Red value is 252 (98.83% from 255 or 56.63% from 445); Green value is 41 (16.41% from 255 or 9.21% from 445); Blue value is 152 (59.77% from 255 or 34.16% from 445); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2998 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC2998 is #03D667. Grayscale: #747474. Windows color (decimal): -251496 or 9972220. OLE color: 9972220.

HSL color Cylindrical-coordinate representation of color #FC2998: hue angle of 328.44º degrees, saturation: 0.97, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #FC2998 is Cyan = 0, Magento = 0.84, Yellow = 0.40 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 41 152 -
CMYK 0 0.84 0.40 0.01
HSL 328.44º 0.97% 0.57% -
HSV(B) 328.44º 0.84% 0.99% -
XYZ 46.61 24.55 31.99 -
YUV 116.74 147.9 224.47 -
System Red Green Blue C M Y K H S L
Decimal 252 41 152 0 0.84 0.40 0.01 328.44 0.97 0.57
Hex FC 29 98 0 54 28 1 148 61 39
Octal 374 51 230 0 124 50 1 510 141 71
Binary 11111100 101001 10011000 0 1010100 101000 1 101001000 1100001 111001

Color Harmonies of #FC2998

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC2998

Black with #FC2998

Text Example


Text Example

White with #FC2998

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC2998; }

 p { color: rgb(252,41,152); }

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

background-color css

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

 a { background-color: rgb(252,41,152); }

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

border-color css

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

 span { border-color: rgb(252,41,152); }

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