Html Css Color HEX #FC409B Wild Strawberry

📋 copy color: '#FC409B'

red 252 ◦ green 64 ◦ blue 155

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

Shades of Wild Strawberry #FC409B

Tints of Wild Strawberry #FC409B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 32.91%

R = 53.5%
G = 13.59%
B = 32.91%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.38

 K value IS 0.01

RGB Variations

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

Color information

#FC409B (or 0xFC409B) is known color: Wild Strawberry. HEX triplet: FC, 40 and 9B. RGB value is (252,64,155). Sum of RGB (Red+Green+Blue) = 252+64+155=471 (62% of max value = 765). Red value is 252 (98.83% from 255 or 53.50% from 471); Green value is 64 (25.39% from 255 or 13.59% from 471); Blue value is 155 (60.94% from 255 or 32.91% from 471); Max value from RGB is 252 - color contains mainly: red. Hex color #FC409B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC409B is #03BF64. Grayscale: #828282. Windows color (decimal): -245605 or 10174716. OLE color: 10174716.

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

Color convert

RGB 252 64 155 -
CMYK 0 0.75 0.38 0.01
HSL 330.96º 0.97% 0.62% -
HSV(B) 330.96º 0.75% 0.99% -
XYZ 47.89 26.73 33.65 -
YUV 130.59 141.78 214.6 -
System Red Green Blue C M Y K H S L
Decimal 252 64 155 0 0.75 0.38 0.01 330.96 0.97 0.62
Hex FC 40 9B 0 4B 26 1 14B 61 3E
Octal 374 100 233 0 113 46 1 513 141 76
Binary 11111100 1000000 10011011 0 1001011 100110 1 101001011 1100001 111110

Color Harmonies of #FC409B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC409B

Black with #FC409B

Text Example


Text Example

White with #FC409B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC409B; }

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

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

background-color css

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

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

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

border-color css

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

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

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