Html Css Color HEX #FC298C Wild Strawberry

📋 copy color: '#FC298C'

red 252 ◦ green 41 ◦ blue 140

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

Shades of Wild Strawberry #FC298C

Tints of Wild Strawberry #FC298C

RGB

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

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

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

R = 58.2%
G = 9.47%
B = 32.33%

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

#FC298C (or 0xFC298C) is known color: Wild Strawberry. HEX triplet: FC, 29 and 8C. RGB value is (252,41,140). Sum of RGB (Red+Green+Blue) = 252+41+140=433 (57% of max value = 765). Red value is 252 (98.83% from 255 or 58.20% from 433); Green value is 41 (16.41% from 255 or 9.47% from 433); Blue value is 140 (55.08% from 255 or 32.33% from 433); Max value from RGB is 252 - color contains mainly: red. Hex color #FC298C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC298C is #03D673. Grayscale: #737373. Windows color (decimal): -251508 or 9185788. OLE color: 9185788.

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

Color convert

RGB 252 41 140 -
CMYK 0 0.84 0.44 0.01
HSL 331.85º 0.97% 0.57% -
HSV(B) 331.85º 0.84% 0.99% -
XYZ 45.67 24.17 27.07 -
YUV 115.38 141.9 225.45 -
System Red Green Blue C M Y K H S L
Decimal 252 41 140 0 0.84 0.44 0.01 331.85 0.97 0.57
Hex FC 29 8C 0 54 2C 1 14C 61 39
Octal 374 51 214 0 124 54 1 514 141 71
Binary 11111100 101001 10001100 0 1010100 101100 1 101001100 1100001 111001

Color Harmonies of #FC298C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC298C

Black with #FC298C

Text Example


Text Example

White with #FC298C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC298C; }

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

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

background-color css

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

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

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

border-color css

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

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

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