Html Css Color HEX #FE34A4 Wild Strawberry

📋 copy color: '#FE34A4'

red 254 ◦ green 52 ◦ blue 164

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

Shades of Wild Strawberry #FE34A4

Tints of Wild Strawberry #FE34A4

RGB

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

 GREEN value IS 52 (20.7% from 255) = 11.06%

 BLUE value IS 164 (64.45% from 255) = 34.89%

R = 54.04%
G = 11.06%
B = 34.89%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.35

 K value IS 0.00

RGB Variations

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

Color information

#FE34A4 (or 0xFE34A4) is known color: Wild Strawberry. HEX triplet: FE, 34 and A4. RGB value is (254,52,164). Sum of RGB (Red+Green+Blue) = 254+52+164=470 (62% of max value = 765). Red value is 254 (99.61% from 255 or 54.04% from 470); Green value is 52 (20.70% from 255 or 11.06% from 470); Blue value is 164 (64.45% from 255 or 34.89% from 470); Max value from RGB is 254 - color contains mainly: red. Hex color #FE34A4 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE34A4 is #01CB5B. Grayscale: #7C7C7C. Windows color (decimal): -117596 or 10761470. OLE color: 10761470.

HSL color Cylindrical-coordinate representation of color #FE34A4: hue angle of 326.73º degrees, saturation: 0.99, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FE34A4 is Cyan = 0, Magento = 0.80, Yellow = 0.35 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 52 164 -
CMYK 0 0.80 0.35 0.00
HSL 326.73º 0.99% 0.6% -
HSV(B) 326.73º 0.8% 1% -
XYZ 48.8 26.21 37.61 -
YUV 125.17 149.92 219.89 -
System Red Green Blue C M Y K H S L
Decimal 254 52 164 0 0.80 0.35 0.00 326.73 0.99 0.6
Hex FE 34 A4 0 50 23 0 147 63 3C
Octal 376 64 244 0 120 43 0 507 143 74
Binary 11111110 110100 10100100 0 1010000 100011 0 101000111 1100011 111100

Color Harmonies of #FE34A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE34A4

Black with #FE34A4

Text Example


Text Example

White with #FE34A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE34A4; }

 p { color: rgb(254,52,164); }

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

background-color css

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

 a { background-color: rgb(254,52,164); }

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

border-color css

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

 span { border-color: rgb(254,52,164); }

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