Html Css Color HEX #FC298D Wild Strawberry

📋 copy color: '#FC298D'

red 252 ◦ green 41 ◦ blue 141

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

Shades of Wild Strawberry #FC298D

Tints of Wild Strawberry #FC298D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 32.49%

R = 58.06%
G = 9.45%
B = 32.49%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.44

 K value IS 0.01

RGB Variations

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

Color information

#FC298D (or 0xFC298D) is known color: Wild Strawberry. HEX triplet: FC, 29 and 8D. RGB value is (252,41,141). Sum of RGB (Red+Green+Blue) = 252+41+141=434 (57% of max value = 765). Red value is 252 (98.83% from 255 or 58.06% from 434); Green value is 41 (16.41% from 255 or 9.45% from 434); Blue value is 141 (55.47% from 255 or 32.49% from 434); Max value from RGB is 252 - color contains mainly: red. Hex color #FC298D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC298D is #03D672. Grayscale: #737373. Windows color (decimal): -251507 or 9251324. OLE color: 9251324.

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

Color convert

RGB 252 41 141 -
CMYK 0 0.84 0.44 0.01
HSL 331.56º 0.97% 0.57% -
HSV(B) 331.56º 0.84% 0.99% -
XYZ 45.75 24.2 27.46 -
YUV 115.49 142.4 225.37 -
System Red Green Blue C M Y K H S L
Decimal 252 41 141 0 0.84 0.44 0.01 331.56 0.97 0.57
Hex FC 29 8D 0 54 2C 1 14C 61 39
Octal 374 51 215 0 124 54 1 514 141 71
Binary 11111100 101001 10001101 0 1010100 101100 1 101001100 1100001 111001

Color Harmonies of #FC298D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC298D

Black with #FC298D

Text Example


Text Example

White with #FC298D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC298D; }

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

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

background-color css

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

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

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

border-color css

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

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

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