Html Css Color HEX #FE6295 Brilliant Rose

📋 copy color: '#FE6295'

red 254 ◦ green 98 ◦ blue 149

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

Shades of Brilliant Rose #FE6295

Tints of Brilliant Rose #FE6295

RGB

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

 GREEN value IS 98 (38.67% from 255) = 19.56%

 BLUE value IS 149 (58.59% from 255) = 29.74%

R = 50.7%
G = 19.56%
B = 29.74%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.41

 K value IS 0.00

RGB Variations

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

Color information

#FE6295 (or 0xFE6295) is known color: Brilliant Rose. HEX triplet: FE, 62 and 95. RGB value is (254,98,149). Sum of RGB (Red+Green+Blue) = 254+98+149=501 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.70% from 501); Green value is 98 (38.67% from 255 or 19.56% from 501); Blue value is 149 (58.59% from 255 or 29.74% from 501); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6295 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE6295 is #019D6A. Grayscale: #969696. Windows color (decimal): -105835 or 9790206. OLE color: 9790206.

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

Color convert

RGB 254 98 149 -
CMYK 0 0.61 0.41 0.00
HSL 340.38º 0.99% 0.69% -
HSV(B) 340.38º 0.61% 1% -
XYZ 50.67 31.98 31.94 -
YUV 150.46 127.18 201.85 -
System Red Green Blue C M Y K H S L
Decimal 254 98 149 0 0.61 0.41 0.00 340.38 0.99 0.69
Hex FE 62 95 0 3D 29 0 154 63 45
Octal 376 142 225 0 75 51 0 524 143 105
Binary 11111110 1100010 10010101 0 111101 101001 0 101010100 1100011 1000101

Color Harmonies of #FE6295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE6295

Black with #FE6295

Text Example


Text Example

White with #FE6295

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE6295; }

 p { color: rgb(254,98,149); }

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

background-color css

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

 a { background-color: rgb(254,98,149); }

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

border-color css

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

 span { border-color: rgb(254,98,149); }

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