Html Css Color HEX #FE2795 Wild Strawberry

📋 copy color: '#FE2795'

red 254 ◦ green 39 ◦ blue 149

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

Shades of Wild Strawberry #FE2795

Tints of Wild Strawberry #FE2795

RGB

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

 GREEN value IS 39 (15.63% from 255) = 8.82%

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

R = 57.47%
G = 8.82%
B = 33.71%

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

#FE2795 (or 0xFE2795) is known color: Wild Strawberry. HEX triplet: FE, 27 and 95. RGB value is (254,39,149). Sum of RGB (Red+Green+Blue) = 254+39+149=442 (58% of max value = 765). Red value is 254 (99.61% from 255 or 57.47% from 442); Green value is 39 (15.62% from 255 or 8.82% from 442); Blue value is 149 (58.59% from 255 or 33.71% from 442); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2795 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE2795 is #01D86A. Grayscale: #737373. Windows color (decimal): -120939 or 9775102. OLE color: 9775102.

HSL color Cylindrical-coordinate representation of color #FE2795: hue angle of 329.3º 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 #FE2795 is Cyan = 0, Magento = 0.85, Yellow = 0.41 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 39 149 -
CMYK 0 0.85 0.41 0.00
HSL 329.3º 0.99% 0.57% -
HSV(B) 329.3º 0.85% 1% -
XYZ 47.02 24.69 30.72 -
YUV 115.83 146.73 226.56 -
System Red Green Blue C M Y K H S L
Decimal 254 39 149 0 0.85 0.41 0.00 329.3 0.99 0.57
Hex FE 27 95 0 55 29 0 149 63 39
Octal 376 47 225 0 125 51 0 511 143 71
Binary 11111110 100111 10010101 0 1010101 101001 0 101001001 1100011 111001

Color Harmonies of #FE2795

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE2795

Black with #FE2795

Text Example


Text Example

White with #FE2795

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE2795; }

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

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

background-color css

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

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

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

border-color css

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

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

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