Html Css Color HEX #FF62A1 Brilliant Rose

📋 copy color: '#FF62A1'

red 255 ◦ green 98 ◦ blue 161

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

Shades of Brilliant Rose #FF62A1

Tints of Brilliant Rose #FF62A1

RGB

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

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

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

R = 49.61%
G = 19.07%
B = 31.32%

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

#FF62A1 (or 0xFF62A1) is known color: Brilliant Rose. HEX triplet: FF, 62 and A1. RGB value is (255,98,161). Sum of RGB (Red+Green+Blue) = 255+98+161=514 (68% of max value = 765). Red value is 255 (100% from 255 or 49.61% from 514); Green value is 98 (38.67% from 255 or 19.07% from 514); Blue value is 161 (63.28% from 255 or 31.32% from 514); Max value from RGB is 255 - color contains mainly: red. Hex color #FF62A1 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF62A1 is #009D5E. Grayscale: #989898. Windows color (decimal): -40287 or 10576639. OLE color: 10576639.

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

Color convert

RGB 255 98 161 -
CMYK 0 0.62 0.37 0
HSL 335.92º 1% 0.69% -
HSV(B) 335.92º 0.62% 1% -
XYZ 52.04 32.57 37.26 -
YUV 152.13 133.01 201.38 -
System Red Green Blue C M Y K H S L
Decimal 255 98 161 0 0.62 0.37 0 335.92 1 0.69
Hex FF 62 A1 0 3E 25 0 150 64 45
Octal 377 142 241 0 76 45 0 520 144 105
Binary 11111111 1100010 10100001 0 111110 100101 0 101010000 1100100 1000101

Color Harmonies of #FF62A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF62A1

Black with #FF62A1

Text Example


Text Example

White with #FF62A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF62A1; }

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

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

background-color css

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

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

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

border-color css

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

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

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