Html Css Color HEX #FE4F9F Brilliant Rose

📋 copy color: '#FE4F9F'

red 254 ◦ green 79 ◦ blue 159

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

Shades of Brilliant Rose #FE4F9F

Tints of Brilliant Rose #FE4F9F

RGB

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

 GREEN value IS 79 (31.25% from 255) = 16.06%

 BLUE value IS 159 (62.5% from 255) = 32.32%

R = 51.63%
G = 16.06%
B = 32.32%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.37

 K value IS 0.00

RGB Variations

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

Color information

#FE4F9F (or 0xFE4F9F) is known color: Brilliant Rose. HEX triplet: FE, 4F and 9F. RGB value is (254,79,159). Sum of RGB (Red+Green+Blue) = 254+79+159=492 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.63% from 492); Green value is 79 (31.25% from 255 or 16.06% from 492); Blue value is 159 (62.5% from 255 or 32.32% from 492); Max value from RGB is 254 - color contains mainly: red. Hex color #FE4F9F is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE4F9F is #01B060. Grayscale: #8C8C8C. Windows color (decimal): -110689 or 10440702. OLE color: 10440702.

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

Color convert

RGB 254 79 159 -
CMYK 0 0.69 0.37 0.00
HSL 332.57º 0.99% 0.65% -
HSV(B) 332.57º 0.69% 1% -
XYZ 49.93 29.17 35.8 -
YUV 140.45 138.48 209 -
System Red Green Blue C M Y K H S L
Decimal 254 79 159 0 0.69 0.37 0.00 332.57 0.99 0.65
Hex FE 4F 9F 0 45 25 0 14D 63 41
Octal 376 117 237 0 105 45 0 515 143 101
Binary 11111110 1001111 10011111 0 1000101 100101 0 101001101 1100011 1000001

Color Harmonies of #FE4F9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE4F9F

Black with #FE4F9F

Text Example


Text Example

White with #FE4F9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE4F9F; }

 p { color: rgb(254,79,159); }

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

background-color css

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

 a { background-color: rgb(254,79,159); }

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

border-color css

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

 span { border-color: rgb(254,79,159); }

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