Html Css Color HEX #FE2C7F Wild Strawberry

📋 copy color: '#FE2C7F'

red 254 ◦ green 44 ◦ blue 127

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

Shades of Wild Strawberry #FE2C7F

Tints of Wild Strawberry #FE2C7F

RGB

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

 GREEN value IS 44 (17.58% from 255) = 10.35%

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

R = 59.76%
G = 10.35%
B = 29.88%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.50

 K value IS 0.00

RGB Variations

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

Color information

#FE2C7F (or 0xFE2C7F) is known color: Wild Strawberry. HEX triplet: FE, 2C and 7F. RGB value is (254,44,127). Sum of RGB (Red+Green+Blue) = 254+44+127=425 (56% of max value = 765). Red value is 254 (99.61% from 255 or 59.76% from 425); Green value is 44 (17.58% from 255 or 10.35% from 425); Blue value is 127 (50% from 255 or 29.88% from 425); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2C7F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE2C7F is #01D380. Grayscale: #747474. Windows color (decimal): -119681 or 8334590. OLE color: 8334590.

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

Color convert

RGB 254 44 127 -
CMYK 0 0.83 0.50 0.00
HSL 336.29º 0.99% 0.58% -
HSV(B) 336.29º 0.83% 1% -
XYZ 45.6 24.4 22.39 -
YUV 116.25 134.07 226.25 -
System Red Green Blue C M Y K H S L
Decimal 254 44 127 0 0.83 0.50 0.00 336.29 0.99 0.58
Hex FE 2C 7F 0 53 32 0 150 63 3A
Octal 376 54 177 0 123 62 0 520 143 72
Binary 11111110 101100 1111111 0 1010011 110010 0 101010000 1100011 111010

Color Harmonies of #FE2C7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE2C7F

Black with #FE2C7F

Text Example


Text Example

White with #FE2C7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE2C7F; }

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

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

background-color css

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

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

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

border-color css

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

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

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