Html Css Color HEX #FF3998 Wild Strawberry

📋 copy color: '#FF3998'

red 255 ◦ green 57 ◦ blue 152

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

Shades of Wild Strawberry #FF3998

Tints of Wild Strawberry #FF3998

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 32.76%

R = 54.96%
G = 12.28%
B = 32.76%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.40

 K value IS 0

RGB Variations

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

Color information

#FF3998 (or 0xFF3998) is known color: Wild Strawberry. HEX triplet: FF, 39 and 98. RGB value is (255,57,152). Sum of RGB (Red+Green+Blue) = 255+57+152=464 (61% of max value = 765). Red value is 255 (100% from 255 or 54.96% from 464); Green value is 57 (22.66% from 255 or 12.28% from 464); Blue value is 152 (59.77% from 255 or 32.76% from 464); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3998 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF3998 is #00C667. Grayscale: #7E7E7E. Windows color (decimal): -50792 or 9976319. OLE color: 9976319.

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

Color convert

RGB 255 57 152 -
CMYK 0 0.78 0.40 0
HSL 331.21º 1% 0.61% -
HSV(B) 331.21º 0.78% 1% -
XYZ 48.37 26.45 32.26 -
YUV 127.03 142.1 219.28 -
System Red Green Blue C M Y K H S L
Decimal 255 57 152 0 0.78 0.40 0 331.21 1 0.61
Hex FF 39 98 0 4E 28 0 14B 64 3D
Octal 377 71 230 0 116 50 0 513 144 75
Binary 11111111 111001 10011000 0 1001110 101000 0 101001011 1100100 111101

Color Harmonies of #FF3998

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF3998

Black with #FF3998

Text Example


Text Example

White with #FF3998

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF3998; }

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

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

background-color css

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

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

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

border-color css

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

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

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