Html Css Color HEX #FC449B Wild Strawberry

📋 copy color: '#FC449B'

red 252 ◦ green 68 ◦ blue 155

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

Shades of Wild Strawberry #FC449B

Tints of Wild Strawberry #FC449B

RGB

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

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

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

R = 53.05%
G = 14.32%
B = 32.63%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.38

 K value IS 0.01

RGB Variations

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

Color information

#FC449B (or 0xFC449B) is known color: Wild Strawberry. HEX triplet: FC, 44 and 9B. RGB value is (252,68,155). Sum of RGB (Red+Green+Blue) = 252+68+155=475 (62% of max value = 765). Red value is 252 (98.83% from 255 or 53.05% from 475); Green value is 68 (26.95% from 255 or 14.32% from 475); Blue value is 155 (60.94% from 255 or 32.63% from 475); Max value from RGB is 252 - color contains mainly: red. Hex color #FC449B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC449B is #03BB64. Grayscale: #848484. Windows color (decimal): -244581 or 10175740. OLE color: 10175740.

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

Color convert

RGB 252 68 155 -
CMYK 0 0.73 0.38 0.01
HSL 331.63º 0.97% 0.63% -
HSV(B) 331.63º 0.73% 0.99% -
XYZ 48.13 27.2 33.72 -
YUV 132.93 140.46 212.93 -
System Red Green Blue C M Y K H S L
Decimal 252 68 155 0 0.73 0.38 0.01 331.63 0.97 0.63
Hex FC 44 9B 0 49 26 1 14C 61 3F
Octal 374 104 233 0 111 46 1 514 141 77
Binary 11111100 1000100 10011011 0 1001001 100110 1 101001100 1100001 111111

Color Harmonies of #FC449B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC449B

Black with #FC449B

Text Example


Text Example

White with #FC449B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC449B; }

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

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

background-color css

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

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

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

border-color css

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

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

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