Html Css Color HEX #FE609C Brilliant Rose

📋 copy color: '#FE609C'

red 254 ◦ green 96 ◦ blue 156

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

Shades of Brilliant Rose #FE609C

Tints of Brilliant Rose #FE609C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 30.83%

R = 50.2%
G = 18.97%
B = 30.83%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.39

 K value IS 0.00

RGB Variations

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

Color information

#FE609C (or 0xFE609C) is known color: Brilliant Rose. HEX triplet: FE, 60 and 9C. RGB value is (254,96,156). Sum of RGB (Red+Green+Blue) = 254+96+156=506 (67% of max value = 765). Red value is 254 (99.61% from 255 or 50.20% from 506); Green value is 96 (37.89% from 255 or 18.97% from 506); Blue value is 156 (61.33% from 255 or 30.83% from 506); Max value from RGB is 254 - color contains mainly: red. Hex color #FE609C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE609C is #019F63. Grayscale: #969696. Windows color (decimal): -106340 or 10248446. OLE color: 10248446.

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

Color convert

RGB 254 96 156 -
CMYK 0 0.62 0.39 0.00
HSL 337.22º 0.99% 0.69% -
HSV(B) 337.22º 0.62% 1% -
XYZ 51.06 31.84 34.91 -
YUV 150.08 131.35 202.12 -
System Red Green Blue C M Y K H S L
Decimal 254 96 156 0 0.62 0.39 0.00 337.22 0.99 0.69
Hex FE 60 9C 0 3E 27 0 151 63 45
Octal 376 140 234 0 76 47 0 521 143 105
Binary 11111110 1100000 10011100 0 111110 100111 0 101010001 1100011 1000101

Color Harmonies of #FE609C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE609C

Black with #FE609C

Text Example


Text Example

White with #FE609C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE609C; }

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

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

background-color css

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

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

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

border-color css

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

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

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