Html Css Color HEX #FE6299 Brilliant Rose

📋 copy color: '#FE6299'

red 254 ◦ green 98 ◦ blue 153

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

Shades of Brilliant Rose #FE6299

Tints of Brilliant Rose #FE6299

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 30.3%

R = 50.3%
G = 19.41%
B = 30.3%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.40

 K value IS 0.00

RGB Variations

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

Color information

#FE6299 (or 0xFE6299) is known color: Brilliant Rose. HEX triplet: FE, 62 and 99. RGB value is (254,98,153). Sum of RGB (Red+Green+Blue) = 254+98+153=505 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.30% from 505); Green value is 98 (38.67% from 255 or 19.41% from 505); Blue value is 153 (60.16% from 255 or 30.30% from 505); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6299 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE6299 is #019D66. Grayscale: #969696. Windows color (decimal): -105831 or 10052350. OLE color: 10052350.

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

Color convert

RGB 254 98 153 -
CMYK 0 0.61 0.40 0.00
HSL 338.85º 0.99% 0.69% -
HSV(B) 338.85º 0.61% 1% -
XYZ 50.99 32.11 33.65 -
YUV 150.91 129.18 201.53 -
System Red Green Blue C M Y K H S L
Decimal 254 98 153 0 0.61 0.40 0.00 338.85 0.99 0.69
Hex FE 62 99 0 3D 28 0 153 63 45
Octal 376 142 231 0 75 50 0 523 143 105
Binary 11111110 1100010 10011001 0 111101 101000 0 101010011 1100011 1000101

Color Harmonies of #FE6299

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE6299

Black with #FE6299

Text Example


Text Example

White with #FE6299

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE6299; }

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

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

background-color css

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

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

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

border-color css

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

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

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