Html Css Color HEX #FF61A1 Brilliant Rose

📋 copy color: '#FF61A1'

red 255 ◦ green 97 ◦ blue 161

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

Shades of Brilliant Rose #FF61A1

Tints of Brilliant Rose #FF61A1

RGB

 RED value IS 255 (100% from 255) = 49.71%

 GREEN value IS 97 (38.28% from 255) = 18.91%

 BLUE value IS 161 (63.28% from 255) = 31.38%

R = 49.71%
G = 18.91%
B = 31.38%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.37

 K value IS 0

RGB Variations

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

Color information

#FF61A1 (or 0xFF61A1) is known color: Brilliant Rose. HEX triplet: FF, 61 and A1. RGB value is (255,97,161). Sum of RGB (Red+Green+Blue) = 255+97+161=513 (67% of max value = 765). Red value is 255 (100% from 255 or 49.71% from 513); Green value is 97 (38.28% from 255 or 18.91% from 513); Blue value is 161 (63.28% from 255 or 31.38% from 513); Max value from RGB is 255 - color contains mainly: red. Hex color #FF61A1 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF61A1 is #009E5E. Grayscale: #979797. Windows color (decimal): -40543 or 10576383. OLE color: 10576383.

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

Color convert

RGB 255 97 161 -
CMYK 0 0.62 0.37 0
HSL 335.7º 1% 0.69% -
HSV(B) 335.7º 0.62% 1% -
XYZ 51.95 32.38 37.23 -
YUV 151.54 133.35 201.8 -
System Red Green Blue C M Y K H S L
Decimal 255 97 161 0 0.62 0.37 0 335.7 1 0.69
Hex FF 61 A1 0 3E 25 0 150 64 45
Octal 377 141 241 0 76 45 0 520 144 105
Binary 11111111 1100001 10100001 0 111110 100101 0 101010000 1100100 1000101

Color Harmonies of #FF61A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF61A1

Black with #FF61A1

Text Example


Text Example

White with #FF61A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF61A1; }

 p { color: rgb(255,97,161); }

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

background-color css

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

 a { background-color: rgb(255,97,161); }

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

border-color css

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

 span { border-color: rgb(255,97,161); }

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