Html Css Color HEX #FF3083 Wild Strawberry

📋 copy color: '#FF3083'

red 255 ◦ green 48 ◦ blue 131

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

Shades of Wild Strawberry #FF3083

Tints of Wild Strawberry #FF3083

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 30.18%

R = 58.76%
G = 11.06%
B = 30.18%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.49

 K value IS 0

RGB Variations

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

Color information

#FF3083 (or 0xFF3083) is known color: Wild Strawberry. HEX triplet: FF, 30 and 83. RGB value is (255,48,131). Sum of RGB (Red+Green+Blue) = 255+48+131=434 (57% of max value = 765). Red value is 255 (100% from 255 or 58.76% from 434); Green value is 48 (19.14% from 255 or 11.06% from 434); Blue value is 131 (51.56% from 255 or 30.18% from 434); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3083 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF3083 is #00CF7C. Grayscale: #777777. Windows color (decimal): -53117 or 8597759. OLE color: 8597759.

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

Color convert

RGB 255 48 131 -
CMYK 0 0.81 0.49 0
HSL 335.94º 1% 0.59% -
HSV(B) 335.94º 0.81% 1% -
XYZ 46.39 25.01 23.86 -
YUV 119.36 134.58 224.75 -
System Red Green Blue C M Y K H S L
Decimal 255 48 131 0 0.81 0.49 0 335.94 1 0.59
Hex FF 30 83 0 51 31 0 150 64 3B
Octal 377 60 203 0 121 61 0 520 144 73
Binary 11111111 110000 10000011 0 1010001 110001 0 101010000 1100100 111011

Color Harmonies of #FF3083

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF3083

Black with #FF3083

Text Example


Text Example

White with #FF3083

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF3083; }

 p { color: rgb(255,48,131); }

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

background-color css

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

 a { background-color: rgb(255,48,131); }

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

border-color css

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

 span { border-color: rgb(255,48,131); }

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