Html Css Color HEX #FC3B94 Wild Strawberry

📋 copy color: '#FC3B94'

red 252 ◦ green 59 ◦ blue 148

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

Shades of Wild Strawberry #FC3B94

Tints of Wild Strawberry #FC3B94

RGB

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

 GREEN value IS 59 (23.44% from 255) = 12.85%

 BLUE value IS 148 (58.2% from 255) = 32.24%

R = 54.9%
G = 12.85%
B = 32.24%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.41

 K value IS 0.01

RGB Variations

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

Color information

#FC3B94 (or 0xFC3B94) is known color: Wild Strawberry. HEX triplet: FC, 3B and 94. RGB value is (252,59,148). Sum of RGB (Red+Green+Blue) = 252+59+148=459 (60% of max value = 765). Red value is 252 (98.83% from 255 or 54.90% from 459); Green value is 59 (23.44% from 255 or 12.85% from 459); Blue value is 148 (58.20% from 255 or 32.24% from 459); Max value from RGB is 252 - color contains mainly: red. Hex color #FC3B94 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC3B94 is #03C46B. Grayscale: #7E7E7E. Windows color (decimal): -246892 or 9714684. OLE color: 9714684.

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

Color convert

RGB 252 59 148 -
CMYK 0 0.77 0.41 0.01
HSL 332.33º 0.97% 0.61% -
HSV(B) 332.33º 0.77% 0.99% -
XYZ 47.05 25.96 30.55 -
YUV 126.85 139.94 217.26 -
System Red Green Blue C M Y K H S L
Decimal 252 59 148 0 0.77 0.41 0.01 332.33 0.97 0.61
Hex FC 3B 94 0 4D 29 1 14C 61 3D
Octal 374 73 224 0 115 51 1 514 141 75
Binary 11111100 111011 10010100 0 1001101 101001 1 101001100 1100001 111101

Color Harmonies of #FC3B94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC3B94

Black with #FC3B94

Text Example


Text Example

White with #FC3B94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC3B94; }

 p { color: rgb(252,59,148); }

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

background-color css

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

 a { background-color: rgb(252,59,148); }

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

border-color css

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

 span { border-color: rgb(252,59,148); }

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