Html Css Color HEX #FD6495 Brilliant Rose

📋 copy color: '#FD6495'

red 253 ◦ green 100 ◦ blue 149

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

Shades of Brilliant Rose #FD6495

Tints of Brilliant Rose #FD6495

RGB

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

 GREEN value IS 100 (39.45% from 255) = 19.92%

 BLUE value IS 149 (58.59% from 255) = 29.68%

R = 50.4%
G = 19.92%
B = 29.68%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.41

 K value IS 0.01

RGB Variations

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

Color information

#FD6495 (or 0xFD6495) is known color: Brilliant Rose. HEX triplet: FD, 64 and 95. RGB value is (253,100,149). Sum of RGB (Red+Green+Blue) = 253+100+149=502 (66% of max value = 765). Red value is 253 (99.22% from 255 or 50.40% from 502); Green value is 100 (39.45% from 255 or 19.92% from 502); Blue value is 149 (58.59% from 255 or 29.68% from 502); Max value from RGB is 253 - color contains mainly: red. Hex color #FD6495 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FD6495 is #029B6A. Grayscale: #979797. Windows color (decimal): -170859 or 9790717. OLE color: 9790717.

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

Color convert

RGB 253 100 149 -
CMYK 0 0.60 0.41 0.01
HSL 340.78º 0.97% 0.69% -
HSV(B) 340.78º 0.6% 0.99% -
XYZ 50.49 32.17 31.98 -
YUV 151.33 126.69 200.52 -
System Red Green Blue C M Y K H S L
Decimal 253 100 149 0 0.60 0.41 0.01 340.78 0.97 0.69
Hex FD 64 95 0 3C 29 1 155 61 45
Octal 375 144 225 0 74 51 1 525 141 105
Binary 11111101 1100100 10010101 0 111100 101001 1 101010101 1100001 1000101

Color Harmonies of #FD6495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD6495

Black with #FD6495

Text Example


Text Example

White with #FD6495

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD6495; }

 p { color: rgb(253,100,149); }

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

background-color css

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

 a { background-color: rgb(253,100,149); }

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

border-color css

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

 span { border-color: rgb(253,100,149); }

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