Html Css Color HEX #FC4299 Wild Strawberry

📋 copy color: '#FC4299'

red 252 ◦ green 66 ◦ blue 153

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

Shades of Wild Strawberry #FC4299

Tints of Wild Strawberry #FC4299

RGB

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

 GREEN value IS 66 (26.17% from 255) = 14.01%

 BLUE value IS 153 (60.16% from 255) = 32.48%

R = 53.5%
G = 14.01%
B = 32.48%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.39

 K value IS 0.01

RGB Variations

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

Color information

#FC4299 (or 0xFC4299) is known color: Wild Strawberry. HEX triplet: FC, 42 and 99. RGB value is (252,66,153). Sum of RGB (Red+Green+Blue) = 252+66+153=471 (62% of max value = 765). Red value is 252 (98.83% from 255 or 53.50% from 471); Green value is 66 (26.17% from 255 or 14.01% from 471); Blue value is 153 (60.16% from 255 or 32.48% from 471); Max value from RGB is 252 - color contains mainly: red. Hex color #FC4299 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC4299 is #03BD66. Grayscale: #838383. Windows color (decimal): -245095 or 10044156. OLE color: 10044156.

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

Color convert

RGB 252 66 153 -
CMYK 0 0.74 0.39 0.01
HSL 331.94º 0.97% 0.62% -
HSV(B) 331.94º 0.74% 0.99% -
XYZ 47.84 26.89 32.81 -
YUV 131.53 140.12 213.93 -
System Red Green Blue C M Y K H S L
Decimal 252 66 153 0 0.74 0.39 0.01 331.94 0.97 0.62
Hex FC 42 99 0 4A 27 1 14C 61 3E
Octal 374 102 231 0 112 47 1 514 141 76
Binary 11111100 1000010 10011001 0 1001010 100111 1 101001100 1100001 111110

Color Harmonies of #FC4299

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC4299

Black with #FC4299

Text Example


Text Example

White with #FC4299

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC4299; }

 p { color: rgb(252,66,153); }

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

background-color css

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

 a { background-color: rgb(252,66,153); }

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

border-color css

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

 span { border-color: rgb(252,66,153); }

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