Html Css Color HEX #FC298A Wild Strawberry

📋 copy color: '#FC298A'

red 252 ◦ green 41 ◦ blue 138

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

Shades of Wild Strawberry #FC298A

Tints of Wild Strawberry #FC298A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 32.02%

R = 58.47%
G = 9.51%
B = 32.02%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.45

 K value IS 0.01

RGB Variations

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

Color information

#FC298A (or 0xFC298A) is known color: Wild Strawberry. HEX triplet: FC, 29 and 8A. RGB value is (252,41,138). Sum of RGB (Red+Green+Blue) = 252+41+138=431 (57% of max value = 765). Red value is 252 (98.83% from 255 or 58.47% from 431); Green value is 41 (16.41% from 255 or 9.51% from 431); Blue value is 138 (54.30% from 255 or 32.02% from 431); Max value from RGB is 252 - color contains mainly: red. Hex color #FC298A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC298A is #03D675. Grayscale: #727272. Windows color (decimal): -251510 or 9054716. OLE color: 9054716.

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

Color convert

RGB 252 41 138 -
CMYK 0 0.84 0.45 0.01
HSL 332.42º 0.97% 0.57% -
HSV(B) 332.42º 0.84% 0.99% -
XYZ 45.53 24.12 26.3 -
YUV 115.15 140.9 225.61 -
System Red Green Blue C M Y K H S L
Decimal 252 41 138 0 0.84 0.45 0.01 332.42 0.97 0.57
Hex FC 29 8A 0 54 2D 1 14C 61 39
Octal 374 51 212 0 124 55 1 514 141 71
Binary 11111100 101001 10001010 0 1010100 101101 1 101001100 1100001 111001

Color Harmonies of #FC298A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC298A

Black with #FC298A

Text Example


Text Example

White with #FC298A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC298A; }

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

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

background-color css

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

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

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

border-color css

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

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

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