Html Css Color HEX #FF3993 Wild Strawberry

📋 copy color: '#FF3993'

red 255 ◦ green 57 ◦ blue 147

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

Shades of Wild Strawberry #FF3993

Tints of Wild Strawberry #FF3993

RGB

 RED value IS 255 (100% from 255) = 55.56%

 GREEN value IS 57 (22.66% from 255) = 12.42%

 BLUE value IS 147 (57.81% from 255) = 32.03%

R = 55.56%
G = 12.42%
B = 32.03%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.42

 K value IS 0

RGB Variations

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

Color information

#FF3993 (or 0xFF3993) is known color: Wild Strawberry. HEX triplet: FF, 39 and 93. RGB value is (255,57,147). Sum of RGB (Red+Green+Blue) = 255+57+147=459 (60% of max value = 765). Red value is 255 (100% from 255 or 55.56% from 459); Green value is 57 (22.66% from 255 or 12.42% from 459); Blue value is 147 (57.81% from 255 or 32.03% from 459); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3993 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF3993 is #00C66C. Grayscale: #7E7E7E. Windows color (decimal): -50797 or 9648639. OLE color: 9648639.

HSL color Cylindrical-coordinate representation of color #FF3993: hue angle of 332.73º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #FF3993 is Cyan = 0, Magento = 0.78, Yellow = 0.42 and Black (K on CMYK) = 0.

Color convert

RGB 255 57 147 -
CMYK 0 0.78 0.42 0
HSL 332.73º 1% 0.61% -
HSV(B) 332.73º 0.78% 1% -
XYZ 47.97 26.29 30.15 -
YUV 126.46 139.6 219.68 -
System Red Green Blue C M Y K H S L
Decimal 255 57 147 0 0.78 0.42 0 332.73 1 0.61
Hex FF 39 93 0 4E 2A 0 14D 64 3D
Octal 377 71 223 0 116 52 0 515 144 75
Binary 11111111 111001 10010011 0 1001110 101010 0 101001101 1100100 111101

Color Harmonies of #FF3993

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF3993

Black with #FF3993

Text Example


Text Example

White with #FF3993

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF3993; }

 p { color: rgb(255,57,147); }

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

background-color css

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

 a { background-color: rgb(255,57,147); }

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

border-color css

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

 span { border-color: rgb(255,57,147); }

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