Html Css Color HEX #FE23A4 Persian Rose

📋 copy color: '#FE23A4'

red 254 ◦ green 35 ◦ blue 164

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

Shades of Persian Rose #FE23A4

Tints of Persian Rose #FE23A4

RGB

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

 GREEN value IS 35 (14.06% from 255) = 7.73%

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

R = 56.07%
G = 7.73%
B = 36.2%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.35

 K value IS 0.00

RGB Variations

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

Color information

#FE23A4 (or 0xFE23A4) is known color: Persian Rose. HEX triplet: FE, 23 and A4. RGB value is (254,35,164). Sum of RGB (Red+Green+Blue) = 254+35+164=453 (60% of max value = 765). Red value is 254 (99.61% from 255 or 56.07% from 453); Green value is 35 (14.06% from 255 or 7.73% from 453); Blue value is 164 (64.45% from 255 or 36.20% from 453); Max value from RGB is 254 - color contains mainly: red. Hex color #FE23A4 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE23A4 is #01DC5B. Grayscale: #727272. Windows color (decimal): -121948 or 10757118. OLE color: 10757118.

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

Color convert

RGB 254 35 164 -
CMYK 0 0.86 0.35 0.00
HSL 324.66º 0.99% 0.57% -
HSV(B) 324.66º 0.86% 1% -
XYZ 48.17 24.95 37.4 -
YUV 115.19 155.55 227.01 -
System Red Green Blue C M Y K H S L
Decimal 254 35 164 0 0.86 0.35 0.00 324.66 0.99 0.57
Hex FE 23 A4 0 56 23 0 145 63 39
Octal 376 43 244 0 126 43 0 505 143 71
Binary 11111110 100011 10100100 0 1010110 100011 0 101000101 1100011 111001

Color Harmonies of #FE23A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE23A4

Black with #FE23A4

Text Example


Text Example

White with #FE23A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE23A4; }

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

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

background-color css

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

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

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

border-color css

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

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

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