Html Css Color HEX #FC2690 Wild Strawberry

📋 copy color: '#FC2690'

red 252 ◦ green 38 ◦ blue 144

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

Shades of Wild Strawberry #FC2690

Tints of Wild Strawberry #FC2690

RGB

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

 GREEN value IS 38 (15.23% from 255) = 8.76%

 BLUE value IS 144 (56.64% from 255) = 33.18%

R = 58.06%
G = 8.76%
B = 33.18%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.43

 K value IS 0.01

RGB Variations

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

Color information

#FC2690 (or 0xFC2690) is known color: Wild Strawberry. HEX triplet: FC, 26 and 90. RGB value is (252,38,144). Sum of RGB (Red+Green+Blue) = 252+38+144=434 (57% of max value = 765). Red value is 252 (98.83% from 255 or 58.06% from 434); Green value is 38 (15.23% from 255 or 8.76% from 434); Blue value is 144 (56.64% from 255 or 33.18% from 434); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2690 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC2690 is #03D96F. Grayscale: #717171. Windows color (decimal): -252272 or 9447164. OLE color: 9447164.

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

Color convert

RGB 252 38 144 -
CMYK 0 0.85 0.43 0.01
HSL 330.28º 0.97% 0.57% -
HSV(B) 330.28º 0.85% 0.99% -
XYZ 45.87 24.1 28.62 -
YUV 114.07 144.9 226.38 -
System Red Green Blue C M Y K H S L
Decimal 252 38 144 0 0.85 0.43 0.01 330.28 0.97 0.57
Hex FC 26 90 0 55 2B 1 14A 61 39
Octal 374 46 220 0 125 53 1 512 141 71
Binary 11111100 100110 10010000 0 1010101 101011 1 101001010 1100001 111001

Color Harmonies of #FC2690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC2690

Black with #FC2690

Text Example


Text Example

White with #FC2690

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC2690; }

 p { color: rgb(252,38,144); }

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

background-color css

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

 a { background-color: rgb(252,38,144); }

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

border-color css

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

 span { border-color: rgb(252,38,144); }

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