Html Css Color HEX #FF3490 Wild Strawberry

📋 copy color: '#FF3490'

red 255 ◦ green 52 ◦ blue 144

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

Shades of Wild Strawberry #FF3490

Tints of Wild Strawberry #FF3490

RGB

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

 GREEN value IS 52 (20.7% from 255) = 11.53%

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

R = 56.54%
G = 11.53%
B = 31.93%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.44

 K value IS 0

RGB Variations

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

Color information

#FF3490 (or 0xFF3490) is known color: Wild Strawberry. HEX triplet: FF, 34 and 90. RGB value is (255,52,144). Sum of RGB (Red+Green+Blue) = 255+52+144=451 (59% of max value = 765). Red value is 255 (100% from 255 or 56.54% from 451); Green value is 52 (20.70% from 255 or 11.53% from 451); Blue value is 144 (56.64% from 255 or 31.93% from 451); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3490 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF3490 is #00CB6F. Grayscale: #7B7B7B. Windows color (decimal): -52080 or 9450751. OLE color: 9450751.

HSL color Cylindrical-coordinate representation of color #FF3490: hue angle of 332.81º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FF3490 is Cyan = 0, Magento = 0.80, Yellow = 0.44 and Black (K on CMYK) = 0.

Color convert

RGB 255 52 144 -
CMYK 0 0.80 0.44 0
HSL 332.81º 1% 0.6% -
HSV(B) 332.81º 0.8% 1% -
XYZ 47.5 25.73 28.85 -
YUV 123.19 139.75 222.02 -
System Red Green Blue C M Y K H S L
Decimal 255 52 144 0 0.80 0.44 0 332.81 1 0.6
Hex FF 34 90 0 50 2C 0 14D 64 3C
Octal 377 64 220 0 120 54 0 515 144 74
Binary 11111111 110100 10010000 0 1010000 101100 0 101001101 1100100 111100

Color Harmonies of #FF3490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF3490

Black with #FF3490

Text Example


Text Example

White with #FF3490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF3490; }

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

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

background-color css

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

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

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

border-color css

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

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

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