Html Css Color HEX #FE6598 Brilliant Rose

📋 copy color: '#FE6598'

red 254 ◦ green 101 ◦ blue 152

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

Shades of Brilliant Rose #FE6598

Tints of Brilliant Rose #FE6598

RGB

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

 GREEN value IS 101 (39.84% from 255) = 19.92%

 BLUE value IS 152 (59.77% from 255) = 29.98%

R = 50.1%
G = 19.92%
B = 29.98%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.40

 K value IS 0.00

RGB Variations

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

Color information

#FE6598 (or 0xFE6598) is known color: Brilliant Rose. HEX triplet: FE, 65 and 98. RGB value is (254,101,152). Sum of RGB (Red+Green+Blue) = 254+101+152=507 (67% of max value = 765). Red value is 254 (99.61% from 255 or 50.10% from 507); Green value is 101 (39.84% from 255 or 19.92% from 507); Blue value is 152 (59.77% from 255 or 29.98% from 507); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6598 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE6598 is #019A67. Grayscale: #989898. Windows color (decimal): -105064 or 9987582. OLE color: 9987582.

HSL color Cylindrical-coordinate representation of color #FE6598: hue angle of 340º degrees, saturation: 0.99, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FE6598 is Cyan = 0, Magento = 0.60, Yellow = 0.40 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 101 152 -
CMYK 0 0.60 0.40 0.00
HSL 340º 0.99% 0.7% -
HSV(B) 340º 0.6% 1% -
XYZ 51.19 32.65 33.31 -
YUV 152.56 127.69 200.35 -
System Red Green Blue C M Y K H S L
Decimal 254 101 152 0 0.60 0.40 0.00 340 0.99 0.7
Hex FE 65 98 0 3C 28 0 154 63 46
Octal 376 145 230 0 74 50 0 524 143 106
Binary 11111110 1100101 10011000 0 111100 101000 0 101010100 1100011 1000110

Color Harmonies of #FE6598

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE6598

Black with #FE6598

Text Example


Text Example

White with #FE6598

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE6598; }

 p { color: rgb(254,101,152); }

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

background-color css

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

 a { background-color: rgb(254,101,152); }

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

border-color css

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

 span { border-color: rgb(254,101,152); }

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