Html Css Color HEX #FE2698 Persian Rose

📋 copy color: '#FE2698'

red 254 ◦ green 38 ◦ blue 152

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

Shades of Persian Rose #FE2698

Tints of Persian Rose #FE2698

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 34.23%

R = 57.21%
G = 8.56%
B = 34.23%

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

#FE2698 (or 0xFE2698) is known color: Persian Rose. HEX triplet: FE, 26 and 98. RGB value is (254,38,152). Sum of RGB (Red+Green+Blue) = 254+38+152=444 (58% of max value = 765). Red value is 254 (99.61% from 255 or 57.21% from 444); Green value is 38 (15.23% from 255 or 8.56% from 444); Blue value is 152 (59.77% from 255 or 34.23% from 444); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2698 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE2698 is #01D967. Grayscale: #737373. Windows color (decimal): -121192 or 9971454. OLE color: 9971454.

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

Color convert

RGB 254 38 152 -
CMYK 0 0.85 0.40 0.00
HSL 328.33º 0.99% 0.57% -
HSV(B) 328.33º 0.85% 1% -
XYZ 47.23 24.72 31.99 -
YUV 115.58 148.56 226.73 -
System Red Green Blue C M Y K H S L
Decimal 254 38 152 0 0.85 0.40 0.00 328.33 0.99 0.57
Hex FE 26 98 0 55 28 0 148 63 39
Octal 376 46 230 0 125 50 0 510 143 71
Binary 11111110 100110 10011000 0 1010101 101000 0 101001000 1100011 111001

Color Harmonies of #FE2698

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE2698

Black with #FE2698

Text Example


Text Example

White with #FE2698

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE2698; }

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

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

background-color css

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

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

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

border-color css

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

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

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