Html Css Color HEX #FD649A Brilliant Rose

📋 copy color: '#FD649A'

red 253 ◦ green 100 ◦ blue 154

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

Shades of Brilliant Rose #FD649A

Tints of Brilliant Rose #FD649A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 30.37%

R = 49.9%
G = 19.72%
B = 30.37%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.39

 K value IS 0.01

RGB Variations

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

Color information

#FD649A (or 0xFD649A) is known color: Brilliant Rose. HEX triplet: FD, 64 and 9A. RGB value is (253,100,154). Sum of RGB (Red+Green+Blue) = 253+100+154=507 (67% of max value = 765). Red value is 253 (99.22% from 255 or 49.90% from 507); Green value is 100 (39.45% from 255 or 19.72% from 507); Blue value is 154 (60.55% from 255 or 30.37% from 507); Max value from RGB is 253 - color contains mainly: red. Hex color #FD649A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FD649A is #029B65. Grayscale: #979797. Windows color (decimal): -170854 or 10118397. OLE color: 10118397.

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

Color convert

RGB 253 100 154 -
CMYK 0 0.60 0.39 0.01
HSL 338.82º 0.97% 0.69% -
HSV(B) 338.82º 0.6% 0.99% -
XYZ 50.9 32.33 34.13 -
YUV 151.9 129.19 200.11 -
System Red Green Blue C M Y K H S L
Decimal 253 100 154 0 0.60 0.39 0.01 338.82 0.97 0.69
Hex FD 64 9A 0 3C 27 1 153 61 45
Octal 375 144 232 0 74 47 1 523 141 105
Binary 11111101 1100100 10011010 0 111100 100111 1 101010011 1100001 1000101

Color Harmonies of #FD649A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD649A

Black with #FD649A

Text Example


Text Example

White with #FD649A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD649A; }

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

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

background-color css

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

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

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

border-color css

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

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

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