Html Css Color HEX #FC3085 Wild Strawberry

📋 copy color: '#FC3085'

red 252 ◦ green 48 ◦ blue 133

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

Shades of Wild Strawberry #FC3085

Tints of Wild Strawberry #FC3085

RGB

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

 GREEN value IS 48 (19.14% from 255) = 11.09%

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

R = 58.2%
G = 11.09%
B = 30.72%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.47

 K value IS 0.01

RGB Variations

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

Color information

#FC3085 (or 0xFC3085) is known color: Wild Strawberry. HEX triplet: FC, 30 and 85. RGB value is (252,48,133). Sum of RGB (Red+Green+Blue) = 252+48+133=433 (57% of max value = 765). Red value is 252 (98.83% from 255 or 58.20% from 433); Green value is 48 (19.14% from 255 or 11.09% from 433); Blue value is 133 (52.34% from 255 or 30.72% from 433); Max value from RGB is 252 - color contains mainly: red. Hex color #FC3085 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC3085 is #03CF7A. Grayscale: #767676. Windows color (decimal): -249723 or 8728828. OLE color: 8728828.

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

Color convert

RGB 252 48 133 -
CMYK 0 0.81 0.47 0.01
HSL 335º 0.97% 0.59% -
HSV(B) 335º 0.81% 0.99% -
XYZ 45.44 24.5 24.53 -
YUV 118.69 136.09 223.09 -
System Red Green Blue C M Y K H S L
Decimal 252 48 133 0 0.81 0.47 0.01 335 0.97 0.59
Hex FC 30 85 0 51 2F 1 14F 61 3B
Octal 374 60 205 0 121 57 1 517 141 73
Binary 11111100 110000 10000101 0 1010001 101111 1 101001111 1100001 111011

Color Harmonies of #FC3085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC3085

Black with #FC3085

Text Example


Text Example

White with #FC3085

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC3085; }

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

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

background-color css

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

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

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

border-color css

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

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

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