Html Css Color HEX #FF3F95 Wild Strawberry

📋 copy color: '#FF3F95'

red 255 ◦ green 63 ◦ blue 149

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

Shades of Wild Strawberry #FF3F95

Tints of Wild Strawberry #FF3F95

RGB

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

 GREEN value IS 63 (25% from 255) = 13.49%

 BLUE value IS 149 (58.59% from 255) = 31.91%

R = 54.6%
G = 13.49%
B = 31.91%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.42

 K value IS 0

RGB Variations

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

Color information

#FF3F95 (or 0xFF3F95) is known color: Wild Strawberry. HEX triplet: FF, 3F and 95. RGB value is (255,63,149). Sum of RGB (Red+Green+Blue) = 255+63+149=467 (61% of max value = 765). Red value is 255 (100% from 255 or 54.60% from 467); Green value is 63 (25% from 255 or 13.49% from 467); Blue value is 149 (58.59% from 255 or 31.91% from 467); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3F95 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF3F95 is #00C06A. Grayscale: #828282. Windows color (decimal): -49259 or 9781247. OLE color: 9781247.

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

Color convert

RGB 255 63 149 -
CMYK 0 0.75 0.42 0
HSL 333.13º 1% 0.62% -
HSV(B) 333.13º 0.75% 1% -
XYZ 48.44 26.98 31.09 -
YUV 130.21 138.61 217.01 -
System Red Green Blue C M Y K H S L
Decimal 255 63 149 0 0.75 0.42 0 333.13 1 0.62
Hex FF 3F 95 0 4B 2A 0 14D 64 3E
Octal 377 77 225 0 113 52 0 515 144 76
Binary 11111111 111111 10010101 0 1001011 101010 0 101001101 1100100 111110

Color Harmonies of #FF3F95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF3F95

Black with #FF3F95

Text Example


Text Example

White with #FF3F95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF3F95; }

 p { color: rgb(255,63,149); }

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

background-color css

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

 a { background-color: rgb(255,63,149); }

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

border-color css

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

 span { border-color: rgb(255,63,149); }

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