Html Css Color HEX #FC449A Wild Strawberry

📋 copy color: '#FC449A'

red 252 ◦ green 68 ◦ blue 154

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

Shades of Wild Strawberry #FC449A

Tints of Wild Strawberry #FC449A

RGB

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

 GREEN value IS 68 (26.95% from 255) = 14.35%

 BLUE value IS 154 (60.55% from 255) = 32.49%

R = 53.16%
G = 14.35%
B = 32.49%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.39

 K value IS 0.01

RGB Variations

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

Color information

#FC449A (or 0xFC449A) is known color: Wild Strawberry. HEX triplet: FC, 44 and 9A. RGB value is (252,68,154). Sum of RGB (Red+Green+Blue) = 252+68+154=474 (62% of max value = 765). Red value is 252 (98.83% from 255 or 53.16% from 474); Green value is 68 (26.95% from 255 or 14.35% from 474); Blue value is 154 (60.55% from 255 or 32.49% from 474); Max value from RGB is 252 - color contains mainly: red. Hex color #FC449A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC449A is #03BB65. Grayscale: #848484. Windows color (decimal): -244582 or 10110204. OLE color: 10110204.

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

Color convert

RGB 252 68 154 -
CMYK 0 0.73 0.39 0.01
HSL 331.96º 0.97% 0.63% -
HSV(B) 331.96º 0.73% 0.99% -
XYZ 48.04 27.16 33.28 -
YUV 132.82 139.96 213.01 -
System Red Green Blue C M Y K H S L
Decimal 252 68 154 0 0.73 0.39 0.01 331.96 0.97 0.63
Hex FC 44 9A 0 49 27 1 14C 61 3F
Octal 374 104 232 0 111 47 1 514 141 77
Binary 11111100 1000100 10011010 0 1001001 100111 1 101001100 1100001 111111

Color Harmonies of #FC449A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC449A

Black with #FC449A

Text Example


Text Example

White with #FC449A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC449A; }

 p { color: rgb(252,68,154); }

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

background-color css

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

 a { background-color: rgb(252,68,154); }

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

border-color css

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

 span { border-color: rgb(252,68,154); }

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