Html Css Color HEX #FE2695 Wild Strawberry

📋 copy color: '#FE2695'

red 254 ◦ green 38 ◦ blue 149

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

Shades of Wild Strawberry #FE2695

Tints of Wild Strawberry #FE2695

RGB

 RED value IS 254 (99.61% from 255) = 57.6%

 GREEN value IS 38 (15.23% from 255) = 8.62%

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

R = 57.6%
G = 8.62%
B = 33.79%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.41

 K value IS 0.00

RGB Variations

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

Color information

#FE2695 (or 0xFE2695) is known color: Wild Strawberry. HEX triplet: FE, 26 and 95. RGB value is (254,38,149). Sum of RGB (Red+Green+Blue) = 254+38+149=441 (58% of max value = 765). Red value is 254 (99.61% from 255 or 57.60% from 441); Green value is 38 (15.23% from 255 or 8.62% from 441); Blue value is 149 (58.59% from 255 or 33.79% from 441); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2695 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE2695 is #01D96A. Grayscale: #737373. Windows color (decimal): -121195 or 9774846. OLE color: 9774846.

HSL color Cylindrical-coordinate representation of color #FE2695: hue angle of 329.17º degrees, saturation: 0.99, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #FE2695 is Cyan = 0, Magento = 0.85, Yellow = 0.41 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 38 149 -
CMYK 0 0.85 0.41 0.00
HSL 329.17º 0.99% 0.57% -
HSV(B) 329.17º 0.85% 1% -
XYZ 46.99 24.63 30.71 -
YUV 115.24 147.06 226.97 -
System Red Green Blue C M Y K H S L
Decimal 254 38 149 0 0.85 0.41 0.00 329.17 0.99 0.57
Hex FE 26 95 0 55 29 0 149 63 39
Octal 376 46 225 0 125 51 0 511 143 71
Binary 11111110 100110 10010101 0 1010101 101001 0 101001001 1100011 111001

Color Harmonies of #FE2695

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE2695

Black with #FE2695

Text Example


Text Example

White with #FE2695

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE2695; }

 p { color: rgb(254,38,149); }

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

background-color css

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

 a { background-color: rgb(254,38,149); }

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

border-color css

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

 span { border-color: rgb(254,38,149); }

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