Html Css Color HEX #FC3898 Wild Strawberry

📋 copy color: '#FC3898'

red 252 ◦ green 56 ◦ blue 152

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

Shades of Wild Strawberry #FC3898

Tints of Wild Strawberry #FC3898

RGB

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

 GREEN value IS 56 (22.27% from 255) = 12.17%

 BLUE value IS 152 (59.77% from 255) = 33.04%

R = 54.78%
G = 12.17%
B = 33.04%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.40

 K value IS 0.01

RGB Variations

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

Color information

#FC3898 (or 0xFC3898) is known color: Wild Strawberry. HEX triplet: FC, 38 and 98. RGB value is (252,56,152). Sum of RGB (Red+Green+Blue) = 252+56+152=460 (60% of max value = 765). Red value is 252 (98.83% from 255 or 54.78% from 460); Green value is 56 (22.27% from 255 or 12.17% from 460); Blue value is 152 (59.77% from 255 or 33.04% from 460); Max value from RGB is 252 - color contains mainly: red. Hex color #FC3898 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC3898 is #03C767. Grayscale: #7D7D7D. Windows color (decimal): -247656 or 9976060. OLE color: 9976060.

HSL color Cylindrical-coordinate representation of color #FC3898: hue angle of 330.61º degrees, saturation: 0.97, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #FC3898 is Cyan = 0, Magento = 0.78, Yellow = 0.40 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 56 152 -
CMYK 0 0.78 0.40 0.01
HSL 330.61º 0.97% 0.6% -
HSV(B) 330.61º 0.78% 0.99% -
XYZ 47.23 25.79 32.19 -
YUV 125.55 142.93 218.19 -
System Red Green Blue C M Y K H S L
Decimal 252 56 152 0 0.78 0.40 0.01 330.61 0.97 0.6
Hex FC 38 98 0 4E 28 1 14B 61 3C
Octal 374 70 230 0 116 50 1 513 141 74
Binary 11111100 111000 10011000 0 1001110 101000 1 101001011 1100001 111100

Color Harmonies of #FC3898

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC3898

Black with #FC3898

Text Example


Text Example

White with #FC3898

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC3898; }

 p { color: rgb(252,56,152); }

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

background-color css

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

 a { background-color: rgb(252,56,152); }

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

border-color css

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

 span { border-color: rgb(252,56,152); }

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