Html Css Color HEX #FE3FB3 Persian Rose

📋 copy color: '#FE3FB3'

red 254 ◦ green 63 ◦ blue 179

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

Shades of Persian Rose #FE3FB3

Tints of Persian Rose #FE3FB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 36.09%

R = 51.21%
G = 12.7%
B = 36.09%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.30

 K value IS 0.00

RGB Variations

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

Color information

#FE3FB3 (or 0xFE3FB3) is known color: Persian Rose. HEX triplet: FE, 3F and B3. RGB value is (254,63,179). Sum of RGB (Red+Green+Blue) = 254+63+179=496 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.21% from 496); Green value is 63 (25% from 255 or 12.70% from 496); Blue value is 179 (70.31% from 255 or 36.09% from 496); Max value from RGB is 254 - color contains mainly: red. Hex color #FE3FB3 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FE3FB3 is #01C04C. Grayscale: #858585. Windows color (decimal): -114765 or 11747326. OLE color: 11747326.

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

Color convert

RGB 254 63 179 -
CMYK 0 0.75 0.30 0.00
HSL 323.56º 0.99% 0.62% -
HSV(B) 323.56º 0.75% 1% -
XYZ 50.79 27.88 45.35 -
YUV 133.33 153.78 214.07 -
System Red Green Blue C M Y K H S L
Decimal 254 63 179 0 0.75 0.30 0.00 323.56 0.99 0.62
Hex FE 3F B3 0 4B 1E 0 144 63 3E
Octal 376 77 263 0 113 36 0 504 143 76
Binary 11111110 111111 10110011 0 1001011 11110 0 101000100 1100011 111110

Color Harmonies of #FE3FB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE3FB3

Black with #FE3FB3

Text Example


Text Example

White with #FE3FB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE3FB3; }

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

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

background-color css

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

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

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

border-color css

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

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

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