Html Css Color HEX #FE629A Brilliant Rose

📋 copy color: '#FE629A'

red 254 ◦ green 98 ◦ blue 154

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

Shades of Brilliant Rose #FE629A

Tints of Brilliant Rose #FE629A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 30.43%

R = 50.2%
G = 19.37%
B = 30.43%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.39

 K value IS 0.00

RGB Variations

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

Color information

#FE629A (or 0xFE629A) is known color: Brilliant Rose. HEX triplet: FE, 62 and 9A. RGB value is (254,98,154). Sum of RGB (Red+Green+Blue) = 254+98+154=506 (67% of max value = 765). Red value is 254 (99.61% from 255 or 50.20% from 506); Green value is 98 (38.67% from 255 or 19.37% from 506); Blue value is 154 (60.55% from 255 or 30.43% from 506); Max value from RGB is 254 - color contains mainly: red. Hex color #FE629A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE629A is #019D65. Grayscale: #969696. Windows color (decimal): -105830 or 10117886. OLE color: 10117886.

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

Color convert

RGB 254 98 154 -
CMYK 0 0.61 0.39 0.00
HSL 338.46º 0.99% 0.69% -
HSV(B) 338.46º 0.61% 1% -
XYZ 51.07 32.14 34.08 -
YUV 151.03 129.68 201.45 -
System Red Green Blue C M Y K H S L
Decimal 254 98 154 0 0.61 0.39 0.00 338.46 0.99 0.69
Hex FE 62 9A 0 3D 27 0 152 63 45
Octal 376 142 232 0 75 47 0 522 143 105
Binary 11111110 1100010 10011010 0 111101 100111 0 101010010 1100011 1000101

Color Harmonies of #FE629A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE629A

Black with #FE629A

Text Example


Text Example

White with #FE629A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE629A; }

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

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

background-color css

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

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

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

border-color css

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

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

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