Html Css Color HEX #FC297C Wild Strawberry

📋 copy color: '#FC297C'

red 252 ◦ green 41 ◦ blue 124

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

Shades of Wild Strawberry #FC297C

Tints of Wild Strawberry #FC297C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 29.74%

R = 60.43%
G = 9.83%
B = 29.74%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.51

 K value IS 0.01

RGB Variations

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

Color information

#FC297C (or 0xFC297C) is known color: Wild Strawberry. HEX triplet: FC, 29 and 7C. RGB value is (252,41,124). Sum of RGB (Red+Green+Blue) = 252+41+124=417 (55% of max value = 765). Red value is 252 (98.83% from 255 or 60.43% from 417); Green value is 41 (16.41% from 255 or 9.83% from 417); Blue value is 124 (48.83% from 255 or 29.74% from 417); Max value from RGB is 252 - color contains mainly: red. Hex color #FC297C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC297C is #03D683. Grayscale: #717171. Windows color (decimal): -251524 or 8137212. OLE color: 8137212.

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

Color convert

RGB 252 41 124 -
CMYK 0 0.84 0.51 0.01
HSL 336.4º 0.97% 0.57% -
HSV(B) 336.4º 0.84% 0.99% -
XYZ 44.58 23.74 21.3 -
YUV 113.55 133.9 226.75 -
System Red Green Blue C M Y K H S L
Decimal 252 41 124 0 0.84 0.51 0.01 336.4 0.97 0.57
Hex FC 29 7C 0 54 33 1 150 61 39
Octal 374 51 174 0 124 63 1 520 141 71
Binary 11111100 101001 1111100 0 1010100 110011 1 101010000 1100001 111001

Color Harmonies of #FC297C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC297C

Black with #FC297C

Text Example


Text Example

White with #FC297C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC297C; }

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

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

background-color css

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

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

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

border-color css

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

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

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