Html Css Color HEX #FF61A8 Brilliant Rose

📋 copy color: '#FF61A8'

red 255 ◦ green 97 ◦ blue 168

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

Shades of Brilliant Rose #FF61A8

Tints of Brilliant Rose #FF61A8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 32.31%

R = 49.04%
G = 18.65%
B = 32.31%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.34

 K value IS 0

RGB Variations

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

Color information

#FF61A8 (or 0xFF61A8) is known color: Brilliant Rose. HEX triplet: FF, 61 and A8. RGB value is (255,97,168). Sum of RGB (Red+Green+Blue) = 255+97+168=520 (68% of max value = 765). Red value is 255 (100% from 255 or 49.04% from 520); Green value is 97 (38.28% from 255 or 18.65% from 520); Blue value is 168 (66.02% from 255 or 32.31% from 520); Max value from RGB is 255 - color contains mainly: red. Hex color #FF61A8 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF61A8 is #009E57. Grayscale: #989898. Windows color (decimal): -40536 or 11035135. OLE color: 11035135.

HSL color Cylindrical-coordinate representation of color #FF61A8: hue angle of 333.04º 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 #FF61A8 is Cyan = 0, Magento = 0.62, Yellow = 0.34 and Black (K on CMYK) = 0.

Color convert

RGB 255 97 168 -
CMYK 0 0.62 0.34 0
HSL 333.04º 1% 0.69% -
HSV(B) 333.04º 0.62% 1% -
XYZ 52.58 32.64 40.57 -
YUV 152.34 136.85 201.23 -
System Red Green Blue C M Y K H S L
Decimal 255 97 168 0 0.62 0.34 0 333.04 1 0.69
Hex FF 61 A8 0 3E 22 0 14D 64 45
Octal 377 141 250 0 76 42 0 515 144 105
Binary 11111111 1100001 10101000 0 111110 100010 0 101001101 1100100 1000101

Color Harmonies of #FF61A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF61A8

Black with #FF61A8

Text Example


Text Example

White with #FF61A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF61A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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