Html Css Color HEX #FE2F9C Wild Strawberry

📋 copy color: '#FE2F9C'

red 254 ◦ green 47 ◦ blue 156

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

Shades of Wild Strawberry #FE2F9C

Tints of Wild Strawberry #FE2F9C

RGB

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

 GREEN value IS 47 (18.75% from 255) = 10.28%

 BLUE value IS 156 (61.33% from 255) = 34.14%

R = 55.58%
G = 10.28%
B = 34.14%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.39

 K value IS 0.00

RGB Variations

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

Color information

#FE2F9C (or 0xFE2F9C) is known color: Wild Strawberry. HEX triplet: FE, 2F and 9C. RGB value is (254,47,156). Sum of RGB (Red+Green+Blue) = 254+47+156=457 (60% of max value = 765). Red value is 254 (99.61% from 255 or 55.58% from 457); Green value is 47 (18.75% from 255 or 10.28% from 457); Blue value is 156 (61.33% from 255 or 34.14% from 457); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2F9C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE2F9C is #01D063. Grayscale: #797979. Windows color (decimal): -118884 or 10235902. OLE color: 10235902.

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

Color convert

RGB 254 47 156 -
CMYK 0 0.81 0.39 0.00
HSL 328.41º 0.99% 0.59% -
HSV(B) 328.41º 0.81% 1% -
XYZ 47.89 25.5 33.85 -
YUV 121.32 147.58 222.64 -
System Red Green Blue C M Y K H S L
Decimal 254 47 156 0 0.81 0.39 0.00 328.41 0.99 0.59
Hex FE 2F 9C 0 51 27 0 148 63 3B
Octal 376 57 234 0 121 47 0 510 143 73
Binary 11111110 101111 10011100 0 1010001 100111 0 101001000 1100011 111011

Color Harmonies of #FE2F9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE2F9C

Black with #FE2F9C

Text Example


Text Example

White with #FE2F9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE2F9C; }

 p { color: rgb(254,47,156); }

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

background-color css

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

 a { background-color: rgb(254,47,156); }

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

border-color css

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

 span { border-color: rgb(254,47,156); }

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