Html Css Color HEX #FE277F Wild Strawberry

📋 copy color: '#FE277F'

red 254 ◦ green 39 ◦ blue 127

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

Shades of Wild Strawberry #FE277F

Tints of Wild Strawberry #FE277F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 30.24%

R = 60.48%
G = 9.29%
B = 30.24%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.50

 K value IS 0.00

RGB Variations

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

Color information

#FE277F (or 0xFE277F) is known color: Wild Strawberry. HEX triplet: FE, 27 and 7F. RGB value is (254,39,127). Sum of RGB (Red+Green+Blue) = 254+39+127=420 (55% of max value = 765). Red value is 254 (99.61% from 255 or 60.48% from 420); Green value is 39 (15.62% from 255 or 9.29% from 420); Blue value is 127 (50% from 255 or 30.24% from 420); Max value from RGB is 254 - color contains mainly: red. Hex color #FE277F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE277F is #01D880. Grayscale: #717171. Windows color (decimal): -120961 or 8333310. OLE color: 8333310.

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

Color convert

RGB 254 39 127 -
CMYK 0 0.85 0.50 0.00
HSL 335.44º 0.99% 0.57% -
HSV(B) 335.44º 0.85% 1% -
XYZ 45.43 24.05 22.33 -
YUV 113.32 135.73 228.34 -
System Red Green Blue C M Y K H S L
Decimal 254 39 127 0 0.85 0.50 0.00 335.44 0.99 0.57
Hex FE 27 7F 0 55 32 0 14F 63 39
Octal 376 47 177 0 125 62 0 517 143 71
Binary 11111110 100111 1111111 0 1010101 110010 0 101001111 1100011 111001

Color Harmonies of #FE277F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE277F

Black with #FE277F

Text Example


Text Example

White with #FE277F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE277F; }

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

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

background-color css

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

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

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

border-color css

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

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

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