Html Css Color HEX #FD63A0 Brilliant Rose

📋 copy color: '#FD63A0'

red 253 ◦ green 99 ◦ blue 160

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

Shades of Brilliant Rose #FD63A0

Tints of Brilliant Rose #FD63A0

RGB

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

 GREEN value IS 99 (39.06% from 255) = 19.34%

 BLUE value IS 160 (62.89% from 255) = 31.25%

R = 49.41%
G = 19.34%
B = 31.25%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.37

 K value IS 0.01

RGB Variations

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

Color information

#FD63A0 (or 0xFD63A0) is known color: Brilliant Rose. HEX triplet: FD, 63 and A0. RGB value is (253,99,160). Sum of RGB (Red+Green+Blue) = 253+99+160=512 (67% of max value = 765). Red value is 253 (99.22% from 255 or 49.41% from 512); Green value is 99 (39.06% from 255 or 19.34% from 512); Blue value is 160 (62.89% from 255 or 31.25% from 512); Max value from RGB is 253 - color contains mainly: red. Hex color #FD63A0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FD63A0 is #029C5F. Grayscale: #979797. Windows color (decimal): -171104 or 10511357. OLE color: 10511357.

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

Color convert

RGB 253 99 160 -
CMYK 0 0.61 0.37 0.01
HSL 336.23º 0.97% 0.69% -
HSV(B) 336.23º 0.61% 0.99% -
XYZ 51.32 32.34 36.8 -
YUV 152 132.52 200.04 -
System Red Green Blue C M Y K H S L
Decimal 253 99 160 0 0.61 0.37 0.01 336.23 0.97 0.69
Hex FD 63 A0 0 3D 25 1 150 61 45
Octal 375 143 240 0 75 45 1 520 141 105
Binary 11111101 1100011 10100000 0 111101 100101 1 101010000 1100001 1000101

Color Harmonies of #FD63A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD63A0

Black with #FD63A0

Text Example


Text Example

White with #FD63A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD63A0; }

 p { color: rgb(253,99,160); }

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

background-color css

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

 a { background-color: rgb(253,99,160); }

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

border-color css

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

 span { border-color: rgb(253,99,160); }

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