Html Css Color HEX #FE2699 Persian Rose

📋 copy color: '#FE2699'

red 254 ◦ green 38 ◦ blue 153

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

Shades of Persian Rose #FE2699

Tints of Persian Rose #FE2699

RGB

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

 GREEN value IS 38 (15.23% from 255) = 8.54%

 BLUE value IS 153 (60.16% from 255) = 34.38%

R = 57.08%
G = 8.54%
B = 34.38%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.40

 K value IS 0.00

RGB Variations

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

Color information

#FE2699 (or 0xFE2699) is known color: Persian Rose. HEX triplet: FE, 26 and 99. RGB value is (254,38,153). Sum of RGB (Red+Green+Blue) = 254+38+153=445 (58% of max value = 765). Red value is 254 (99.61% from 255 or 57.08% from 445); Green value is 38 (15.23% from 255 or 8.54% from 445); Blue value is 153 (60.16% from 255 or 34.38% from 445); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2699 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE2699 is #01D966. Grayscale: #737373. Windows color (decimal): -121191 or 10036990. OLE color: 10036990.

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

Color convert

RGB 254 38 153 -
CMYK 0 0.85 0.40 0.00
HSL 328.06º 0.99% 0.57% -
HSV(B) 328.06º 0.85% 1% -
XYZ 47.32 24.76 32.42 -
YUV 115.69 149.06 226.65 -
System Red Green Blue C M Y K H S L
Decimal 254 38 153 0 0.85 0.40 0.00 328.06 0.99 0.57
Hex FE 26 99 0 55 28 0 148 63 39
Octal 376 46 231 0 125 50 0 510 143 71
Binary 11111110 100110 10011001 0 1010101 101000 0 101001000 1100011 111001

Color Harmonies of #FE2699

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE2699

Black with #FE2699

Text Example


Text Example

White with #FE2699

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE2699; }

 p { color: rgb(254,38,153); }

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

background-color css

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

 a { background-color: rgb(254,38,153); }

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

border-color css

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

 span { border-color: rgb(254,38,153); }

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