Html Css Color HEX #FF3990 Wild Strawberry

📋 copy color: '#FF3990'

red 255 ◦ green 57 ◦ blue 144

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

Shades of Wild Strawberry #FF3990

Tints of Wild Strawberry #FF3990

RGB

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

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

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

R = 55.92%
G = 12.5%
B = 31.58%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.44

 K value IS 0

RGB Variations

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

Color information

#FF3990 (or 0xFF3990) is known color: Wild Strawberry. HEX triplet: FF, 39 and 90. RGB value is (255,57,144). Sum of RGB (Red+Green+Blue) = 255+57+144=456 (60% of max value = 765). Red value is 255 (100% from 255 or 55.92% from 456); Green value is 57 (22.66% from 255 or 12.5% from 456); Blue value is 144 (56.64% from 255 or 31.58% from 456); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3990 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF3990 is #00C66F. Grayscale: #7D7D7D. Windows color (decimal): -50800 or 9452031. OLE color: 9452031.

HSL color Cylindrical-coordinate representation of color #FF3990: hue angle of 333.64º 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 #FF3990 is Cyan = 0, Magento = 0.78, Yellow = 0.44 and Black (K on CMYK) = 0.

Color convert

RGB 255 57 144 -
CMYK 0 0.78 0.44 0
HSL 333.64º 1% 0.61% -
HSV(B) 333.64º 0.78% 1% -
XYZ 47.74 26.2 28.93 -
YUV 126.12 138.1 219.93 -
System Red Green Blue C M Y K H S L
Decimal 255 57 144 0 0.78 0.44 0 333.64 1 0.61
Hex FF 39 90 0 4E 2C 0 14E 64 3D
Octal 377 71 220 0 116 54 0 516 144 75
Binary 11111111 111001 10010000 0 1001110 101100 0 101001110 1100100 111101

Color Harmonies of #FF3990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF3990

Black with #FF3990

Text Example


Text Example

White with #FF3990

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF3990; }

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

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

background-color css

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

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

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

border-color css

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

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

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