Html Css Color HEX #FE64A5 Brilliant Rose

📋 copy color: '#FE64A5'

red 254 ◦ green 100 ◦ blue 165

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

Shades of Brilliant Rose #FE64A5

Tints of Brilliant Rose #FE64A5

RGB

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

 GREEN value IS 100 (39.45% from 255) = 19.27%

 BLUE value IS 165 (64.84% from 255) = 31.79%

R = 48.94%
G = 19.27%
B = 31.79%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.35

 K value IS 0.00

RGB Variations

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

Color information

#FE64A5 (or 0xFE64A5) is known color: Brilliant Rose. HEX triplet: FE, 64 and A5. RGB value is (254,100,165). Sum of RGB (Red+Green+Blue) = 254+100+165=519 (68% of max value = 765). Red value is 254 (99.61% from 255 or 48.94% from 519); Green value is 100 (39.45% from 255 or 19.27% from 519); Blue value is 165 (64.84% from 255 or 31.79% from 519); Max value from RGB is 254 - color contains mainly: red. Hex color #FE64A5 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE64A5 is #019B5A. Grayscale: #999999. Windows color (decimal): -105307 or 10839294. OLE color: 10839294.

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

Color convert

RGB 254 100 165 -
CMYK 0 0.61 0.35 0.00
HSL 334.68º 0.99% 0.69% -
HSV(B) 334.68º 0.61% 1% -
XYZ 52.22 32.9 39.2 -
YUV 153.46 134.52 199.71 -
System Red Green Blue C M Y K H S L
Decimal 254 100 165 0 0.61 0.35 0.00 334.68 0.99 0.69
Hex FE 64 A5 0 3D 23 0 14F 63 45
Octal 376 144 245 0 75 43 0 517 143 105
Binary 11111110 1100100 10100101 0 111101 100011 0 101001111 1100011 1000101

Color Harmonies of #FE64A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE64A5

Black with #FE64A5

Text Example


Text Example

White with #FE64A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE64A5; }

 p { color: rgb(254,100,165); }

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

background-color css

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

 a { background-color: rgb(254,100,165); }

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

border-color css

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

 span { border-color: rgb(254,100,165); }

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