Html Css Color HEX #FC298B Wild Strawberry

📋 copy color: '#FC298B'

red 252 ◦ green 41 ◦ blue 139

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

Shades of Wild Strawberry #FC298B

Tints of Wild Strawberry #FC298B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 32.18%

R = 58.33%
G = 9.49%
B = 32.18%

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

#FC298B (or 0xFC298B) is known color: Wild Strawberry. HEX triplet: FC, 29 and 8B. RGB value is (252,41,139). Sum of RGB (Red+Green+Blue) = 252+41+139=432 (57% of max value = 765). Red value is 252 (98.83% from 255 or 58.33% from 432); Green value is 41 (16.41% from 255 or 9.49% from 432); Blue value is 139 (54.69% from 255 or 32.18% from 432); Max value from RGB is 252 - color contains mainly: red. Hex color #FC298B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC298B is #03D674. Grayscale: #737373. Windows color (decimal): -251509 or 9120252. OLE color: 9120252.

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

Color convert

RGB 252 41 139 -
CMYK 0 0.84 0.45 0.01
HSL 332.13º 0.97% 0.57% -
HSV(B) 332.13º 0.84% 0.99% -
XYZ 45.6 24.15 26.68 -
YUV 115.26 141.4 225.53 -
System Red Green Blue C M Y K H S L
Decimal 252 41 139 0 0.84 0.45 0.01 332.13 0.97 0.57
Hex FC 29 8B 0 54 2D 1 14C 61 39
Octal 374 51 213 0 124 55 1 514 141 71
Binary 11111100 101001 10001011 0 1010100 101101 1 101001100 1100001 111001

Color Harmonies of #FC298B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC298B

Black with #FC298B

Text Example


Text Example

White with #FC298B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC298B; }

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

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

background-color css

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

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

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

border-color css

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

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

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