Html Css Color HEX #FD6498 Brilliant Rose

📋 copy color: '#FD6498'

red 253 ◦ green 100 ◦ blue 152

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

Shades of Brilliant Rose #FD6498

Tints of Brilliant Rose #FD6498

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 30.1%

R = 50.1%
G = 19.8%
B = 30.1%

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

#FD6498 (or 0xFD6498) is known color: Brilliant Rose. HEX triplet: FD, 64 and 98. RGB value is (253,100,152). Sum of RGB (Red+Green+Blue) = 253+100+152=505 (66% of max value = 765). Red value is 253 (99.22% from 255 or 50.10% from 505); Green value is 100 (39.45% from 255 or 19.80% from 505); Blue value is 152 (59.77% from 255 or 30.10% from 505); Max value from RGB is 253 - color contains mainly: red. Hex color #FD6498 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FD6498 is #029B67. Grayscale: #979797. Windows color (decimal): -170856 or 9987325. OLE color: 9987325.

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

Color convert

RGB 253 100 152 -
CMYK 0 0.60 0.40 0.01
HSL 339.61º 0.97% 0.69% -
HSV(B) 339.61º 0.6% 0.99% -
XYZ 50.73 32.26 33.26 -
YUV 151.68 128.19 200.27 -
System Red Green Blue C M Y K H S L
Decimal 253 100 152 0 0.60 0.40 0.01 339.61 0.97 0.69
Hex FD 64 98 0 3C 28 1 154 61 45
Octal 375 144 230 0 74 50 1 524 141 105
Binary 11111101 1100100 10011000 0 111100 101000 1 101010100 1100001 1000101

Color Harmonies of #FD6498

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD6498

Black with #FD6498

Text Example


Text Example

White with #FD6498

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD6498; }

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

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

background-color css

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

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

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

border-color css

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

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

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