Html Css Color HEX #FE2B9B Persian Rose

📋 copy color: '#FE2B9B'

red 254 ◦ green 43 ◦ blue 155

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

Shades of Persian Rose #FE2B9B

Tints of Persian Rose #FE2B9B

RGB

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

 GREEN value IS 43 (17.19% from 255) = 9.51%

 BLUE value IS 155 (60.94% from 255) = 34.29%

R = 56.19%
G = 9.51%
B = 34.29%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.39

 K value IS 0.00

RGB Variations

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

Color information

#FE2B9B (or 0xFE2B9B) is known color: Persian Rose. HEX triplet: FE, 2B and 9B. RGB value is (254,43,155). Sum of RGB (Red+Green+Blue) = 254+43+155=452 (59% of max value = 765). Red value is 254 (99.61% from 255 or 56.19% from 452); Green value is 43 (17.19% from 255 or 9.51% from 452); Blue value is 155 (60.94% from 255 or 34.29% from 452); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2B9B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE2B9B is #01D464. Grayscale: #767676. Windows color (decimal): -119909 or 10169342. OLE color: 10169342.

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

Color convert

RGB 254 43 155 -
CMYK 0 0.83 0.39 0.00
HSL 328.15º 0.99% 0.58% -
HSV(B) 328.15º 0.83% 1% -
XYZ 47.65 25.17 33.36 -
YUV 118.86 148.4 224.39 -
System Red Green Blue C M Y K H S L
Decimal 254 43 155 0 0.83 0.39 0.00 328.15 0.99 0.58
Hex FE 2B 9B 0 53 27 0 148 63 3A
Octal 376 53 233 0 123 47 0 510 143 72
Binary 11111110 101011 10011011 0 1010011 100111 0 101001000 1100011 111010

Color Harmonies of #FE2B9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE2B9B

Black with #FE2B9B

Text Example


Text Example

White with #FE2B9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE2B9B; }

 p { color: rgb(254,43,155); }

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

background-color css

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

 a { background-color: rgb(254,43,155); }

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

border-color css

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

 span { border-color: rgb(254,43,155); }

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