Html Css Color HEX #FD62A1 Brilliant Rose

📋 copy color: '#FD62A1'

red 253 ◦ green 98 ◦ blue 161

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

Shades of Brilliant Rose #FD62A1

Tints of Brilliant Rose #FD62A1

RGB

 RED value IS 253 (99.22% from 255) = 49.41%

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

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

R = 49.41%
G = 19.14%
B = 31.45%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.36

 K value IS 0.01

RGB Variations

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

Color information

#FD62A1 (or 0xFD62A1) is known color: Brilliant Rose. HEX triplet: FD, 62 and A1. RGB value is (253,98,161). Sum of RGB (Red+Green+Blue) = 253+98+161=512 (67% of max value = 765). Red value is 253 (99.22% from 255 or 49.41% from 512); Green value is 98 (38.67% from 255 or 19.14% from 512); Blue value is 161 (63.28% from 255 or 31.45% from 512); Max value from RGB is 253 - color contains mainly: red. Hex color #FD62A1 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FD62A1 is #029D5E. Grayscale: #979797. Windows color (decimal): -171359 or 10576637. OLE color: 10576637.

HSL color Cylindrical-coordinate representation of color #FD62A1: hue angle of 335.61º degrees, saturation: 0.97, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #FD62A1 is Cyan = 0, Magento = 0.61, Yellow = 0.36 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 98 161 -
CMYK 0 0.61 0.36 0.01
HSL 335.61º 0.97% 0.69% -
HSV(B) 335.61º 0.61% 0.99% -
XYZ 51.31 32.19 37.23 -
YUV 151.53 133.35 200.38 -
System Red Green Blue C M Y K H S L
Decimal 253 98 161 0 0.61 0.36 0.01 335.61 0.97 0.69
Hex FD 62 A1 0 3D 24 1 150 61 45
Octal 375 142 241 0 75 44 1 520 141 105
Binary 11111101 1100010 10100001 0 111101 100100 1 101010000 1100001 1000101

Color Harmonies of #FD62A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD62A1

Black with #FD62A1

Text Example


Text Example

White with #FD62A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD62A1; }

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

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

background-color css

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

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

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

border-color css

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

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

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