Html Css Color HEX #FD6497 Brilliant Rose

📋 copy color: '#FD6497'

red 253 ◦ green 100 ◦ blue 151

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

Shades of Brilliant Rose #FD6497

Tints of Brilliant Rose #FD6497

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 29.96%

R = 50.2%
G = 19.84%
B = 29.96%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.40

 K value IS 0.01

RGB Variations

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

Color information

#FD6497 (or 0xFD6497) is known color: Brilliant Rose. HEX triplet: FD, 64 and 97. RGB value is (253,100,151). Sum of RGB (Red+Green+Blue) = 253+100+151=504 (66% of max value = 765). Red value is 253 (99.22% from 255 or 50.20% from 504); Green value is 100 (39.45% from 255 or 19.84% from 504); Blue value is 151 (59.38% from 255 or 29.96% from 504); Max value from RGB is 253 - color contains mainly: red. Hex color #FD6497 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FD6497 is #029B68. Grayscale: #979797. Windows color (decimal): -170857 or 9921789. OLE color: 9921789.

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

Color convert

RGB 253 100 151 -
CMYK 0 0.60 0.40 0.01
HSL 340º 0.97% 0.69% -
HSV(B) 340º 0.6% 0.99% -
XYZ 50.65 32.23 32.83 -
YUV 151.56 127.69 200.35 -
System Red Green Blue C M Y K H S L
Decimal 253 100 151 0 0.60 0.40 0.01 340 0.97 0.69
Hex FD 64 97 0 3C 28 1 154 61 45
Octal 375 144 227 0 74 50 1 524 141 105
Binary 11111101 1100100 10010111 0 111100 101000 1 101010100 1100001 1000101

Color Harmonies of #FD6497

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD6497

Black with #FD6497

Text Example


Text Example

White with #FD6497

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD6497; }

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

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

background-color css

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

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

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

border-color css

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

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

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