Html Css Color HEX #FC409E Wild Strawberry

📋 copy color: '#FC409E'

red 252 ◦ green 64 ◦ blue 158

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

Shades of Wild Strawberry #FC409E

Tints of Wild Strawberry #FC409E

RGB

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

 GREEN value IS 64 (25.39% from 255) = 13.5%

 BLUE value IS 158 (62.11% from 255) = 33.33%

R = 53.16%
G = 13.5%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.37

 K value IS 0.01

RGB Variations

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

Color information

#FC409E (or 0xFC409E) is known color: Wild Strawberry. HEX triplet: FC, 40 and 9E. RGB value is (252,64,158). Sum of RGB (Red+Green+Blue) = 252+64+158=474 (62% of max value = 765). Red value is 252 (98.83% from 255 or 53.16% from 474); Green value is 64 (25.39% from 255 or 13.50% from 474); Blue value is 158 (62.11% from 255 or 33.33% from 474); Max value from RGB is 252 - color contains mainly: red. Hex color #FC409E is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC409E is #03BF61. Grayscale: #828282. Windows color (decimal): -245602 or 10371324. OLE color: 10371324.

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

Color convert

RGB 252 64 158 -
CMYK 0 0.75 0.37 0.01
HSL 330º 0.97% 0.62% -
HSV(B) 330º 0.75% 0.99% -
XYZ 48.15 26.83 34.99 -
YUV 130.93 143.28 214.36 -
System Red Green Blue C M Y K H S L
Decimal 252 64 158 0 0.75 0.37 0.01 330 0.97 0.62
Hex FC 40 9E 0 4B 25 1 14A 61 3E
Octal 374 100 236 0 113 45 1 512 141 76
Binary 11111100 1000000 10011110 0 1001011 100101 1 101001010 1100001 111110

Color Harmonies of #FC409E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC409E

Black with #FC409E

Text Example


Text Example

White with #FC409E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC409E; }

 p { color: rgb(252,64,158); }

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

background-color css

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

 a { background-color: rgb(252,64,158); }

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

border-color css

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

 span { border-color: rgb(252,64,158); }

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