Html Css Color HEX #FE35B1 Persian Rose

📋 copy color: '#FE35B1'

red 254 ◦ green 53 ◦ blue 177

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

Shades of Persian Rose #FE35B1

Tints of Persian Rose #FE35B1

RGB

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

 GREEN value IS 53 (21.09% from 255) = 10.95%

 BLUE value IS 177 (69.53% from 255) = 36.57%

R = 52.48%
G = 10.95%
B = 36.57%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.30

 K value IS 0.00

RGB Variations

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

Color information

#FE35B1 (or 0xFE35B1) is known color: Persian Rose. HEX triplet: FE, 35 and B1. RGB value is (254,53,177). Sum of RGB (Red+Green+Blue) = 254+53+177=484 (64% of max value = 765). Red value is 254 (99.61% from 255 or 52.48% from 484); Green value is 53 (21.09% from 255 or 10.95% from 484); Blue value is 177 (69.53% from 255 or 36.57% from 484); Max value from RGB is 254 - color contains mainly: red. Hex color #FE35B1 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE35B1 is #01CA4E. Grayscale: #7E7E7E. Windows color (decimal): -117327 or 11613694. OLE color: 11613694.

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

Color convert

RGB 254 53 177 -
CMYK 0 0.79 0.30 0.00
HSL 322.99º 0.99% 0.6% -
HSV(B) 322.99º 0.79% 1% -
XYZ 50.08 26.79 44.13 -
YUV 127.24 156.09 218.42 -
System Red Green Blue C M Y K H S L
Decimal 254 53 177 0 0.79 0.30 0.00 322.99 0.99 0.6
Hex FE 35 B1 0 4F 1E 0 143 63 3C
Octal 376 65 261 0 117 36 0 503 143 74
Binary 11111110 110101 10110001 0 1001111 11110 0 101000011 1100011 111100

Color Harmonies of #FE35B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE35B1

Black with #FE35B1

Text Example


Text Example

White with #FE35B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE35B1; }

 p { color: rgb(254,53,177); }

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

background-color css

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

 a { background-color: rgb(254,53,177); }

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

border-color css

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

 span { border-color: rgb(254,53,177); }

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