Html Css Color HEX #FC2E85 Wild Strawberry

📋 copy color: '#FC2E85'

red 252 ◦ green 46 ◦ blue 133

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

Shades of Wild Strawberry #FC2E85

Tints of Wild Strawberry #FC2E85

RGB

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

 GREEN value IS 46 (18.36% from 255) = 10.67%

 BLUE value IS 133 (52.34% from 255) = 30.86%

R = 58.47%
G = 10.67%
B = 30.86%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.47

 K value IS 0.01

RGB Variations

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

Color information

#FC2E85 (or 0xFC2E85) is known color: Wild Strawberry. HEX triplet: FC, 2E and 85. RGB value is (252,46,133). Sum of RGB (Red+Green+Blue) = 252+46+133=431 (57% of max value = 765). Red value is 252 (98.83% from 255 or 58.47% from 431); Green value is 46 (18.36% from 255 or 10.67% from 431); Blue value is 133 (52.34% from 255 or 30.86% from 431); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2E85 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC2E85 is #03D17A. Grayscale: #757575. Windows color (decimal): -250235 or 8728316. OLE color: 8728316.

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

Color convert

RGB 252 46 133 -
CMYK 0 0.82 0.47 0.01
HSL 334.66º 0.97% 0.58% -
HSV(B) 334.66º 0.82% 0.99% -
XYZ 45.36 24.34 24.5 -
YUV 117.51 136.75 223.93 -
System Red Green Blue C M Y K H S L
Decimal 252 46 133 0 0.82 0.47 0.01 334.66 0.97 0.58
Hex FC 2E 85 0 52 2F 1 14F 61 3A
Octal 374 56 205 0 122 57 1 517 141 72
Binary 11111100 101110 10000101 0 1010010 101111 1 101001111 1100001 111010

Color Harmonies of #FC2E85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC2E85

Black with #FC2E85

Text Example


Text Example

White with #FC2E85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC2E85; }

 p { color: rgb(252,46,133); }

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

background-color css

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

 a { background-color: rgb(252,46,133); }

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

border-color css

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

 span { border-color: rgb(252,46,133); }

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