Html Css Color HEX #FE609E Brilliant Rose

📋 copy color: '#FE609E'

red 254 ◦ green 96 ◦ blue 158

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

Shades of Brilliant Rose #FE609E

Tints of Brilliant Rose #FE609E

RGB

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

 GREEN value IS 96 (37.89% from 255) = 18.9%

 BLUE value IS 158 (62.11% from 255) = 31.1%

R = 50%
G = 18.9%
B = 31.1%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.38

 K value IS 0.00

RGB Variations

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

Color information

#FE609E (or 0xFE609E) is known color: Brilliant Rose. HEX triplet: FE, 60 and 9E. RGB value is (254,96,158). Sum of RGB (Red+Green+Blue) = 254+96+158=508 (67% of max value = 765). Red value is 254 (99.61% from 255 or 50% from 508); Green value is 96 (37.89% from 255 or 18.90% from 508); Blue value is 158 (62.11% from 255 or 31.10% from 508); Max value from RGB is 254 - color contains mainly: red. Hex color #FE609E is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE609E is #019F61. Grayscale: #969696. Windows color (decimal): -106338 or 10379518. OLE color: 10379518.

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

Color convert

RGB 254 96 158 -
CMYK 0 0.62 0.38 0.00
HSL 336.46º 0.99% 0.69% -
HSV(B) 336.46º 0.62% 1% -
XYZ 51.23 31.91 35.81 -
YUV 150.31 132.35 201.96 -
System Red Green Blue C M Y K H S L
Decimal 254 96 158 0 0.62 0.38 0.00 336.46 0.99 0.69
Hex FE 60 9E 0 3E 26 0 150 63 45
Octal 376 140 236 0 76 46 0 520 143 105
Binary 11111110 1100000 10011110 0 111110 100110 0 101010000 1100011 1000101

Color Harmonies of #FE609E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE609E

Black with #FE609E

Text Example


Text Example

White with #FE609E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE609E; }

 p { color: rgb(254,96,158); }

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

background-color css

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

 a { background-color: rgb(254,96,158); }

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

border-color css

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

 span { border-color: rgb(254,96,158); }

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