Html Css Color HEX #FE3FB0 Persian Rose

📋 copy color: '#FE3FB0'

red 254 ◦ green 63 ◦ blue 176

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

Shades of Persian Rose #FE3FB0

Tints of Persian Rose #FE3FB0

RGB

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

 GREEN value IS 63 (25% from 255) = 12.78%

 BLUE value IS 176 (69.14% from 255) = 35.7%

R = 51.52%
G = 12.78%
B = 35.7%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.31

 K value IS 0.00

RGB Variations

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

Color information

#FE3FB0 (or 0xFE3FB0) is known color: Persian Rose. HEX triplet: FE, 3F and B0. RGB value is (254,63,176). Sum of RGB (Red+Green+Blue) = 254+63+176=493 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.52% from 493); Green value is 63 (25% from 255 or 12.78% from 493); Blue value is 176 (69.14% from 255 or 35.70% from 493); Max value from RGB is 254 - color contains mainly: red. Hex color #FE3FB0 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE3FB0 is #01C04F. Grayscale: #848484. Windows color (decimal): -114768 or 11550718. OLE color: 11550718.

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

Color convert

RGB 254 63 176 -
CMYK 0 0.75 0.31 0.00
HSL 324.5º 0.99% 0.62% -
HSV(B) 324.5º 0.75% 1% -
XYZ 50.49 27.76 43.77 -
YUV 132.99 152.28 214.31 -
System Red Green Blue C M Y K H S L
Decimal 254 63 176 0 0.75 0.31 0.00 324.5 0.99 0.62
Hex FE 3F B0 0 4B 1F 0 145 63 3E
Octal 376 77 260 0 113 37 0 505 143 76
Binary 11111110 111111 10110000 0 1001011 11111 0 101000101 1100011 111110

Color Harmonies of #FE3FB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE3FB0

Black with #FE3FB0

Text Example


Text Example

White with #FE3FB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE3FB0; }

 p { color: rgb(254,63,176); }

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

background-color css

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

 a { background-color: rgb(254,63,176); }

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

border-color css

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

 span { border-color: rgb(254,63,176); }

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