Html Css Color HEX #FA649D Brilliant Rose

📋 copy color: '#FA649D'

red 250 ◦ green 100 ◦ blue 157

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

Shades of Brilliant Rose #FA649D

Tints of Brilliant Rose #FA649D

RGB

 RED value IS 250 (98.05% from 255) = 49.31%

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

 BLUE value IS 157 (61.72% from 255) = 30.97%

R = 49.31%
G = 19.72%
B = 30.97%

CMYK

 C value IS 0

 M value IS 0.6

 Y value IS 0.37

 K value IS 0.02

RGB Variations

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

Color information

#FA649D (or 0xFA649D) is known color: Brilliant Rose. HEX triplet: FA, 64 and 9D. RGB value is (250,100,157). Sum of RGB (Red+Green+Blue) = 250+100+157=507 (67% of max value = 765). Red value is 250 (98.05% from 255 or 49.31% from 507); Green value is 100 (39.45% from 255 or 19.72% from 507); Blue value is 157 (61.72% from 255 or 30.97% from 507); Max value from RGB is 250 - color contains mainly: red. Hex color #FA649D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA649D is #059B62. Grayscale: #979797. Windows color (decimal): -367459 or 10315002. OLE color: 10315002.

HSL color Cylindrical-coordinate representation of color #FA649D: hue angle of 337.2º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FA649D is Cyan = 0, Magento = 0.6, Yellow = 0.37 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 100 157 -
CMYK 0 0.6 0.37 0.02
HSL 337.2º 0.94% 0.69% -
HSV(B) 337.2º 0.6% 0.98% -
XYZ 50.07 31.87 35.41 -
YUV 151.35 131.2 198.37 -
System Red Green Blue C M Y K H S L
Decimal 250 100 157 0 0.6 0.37 0.02 337.2 0.94 0.69
Hex FA 64 9D 0 3C 25 2 151 5E 45
Octal 372 144 235 0 74 45 2 521 136 105
Binary 11111010 1100100 10011101 0 111100 100101 10 101010001 1011110 1000101

Color Harmonies of #FA649D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA649D

Black with #FA649D

Text Example


Text Example

White with #FA649D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA649D; }

 p { color: rgb(250,100,157); }

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

background-color css

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

 a { background-color: rgb(250,100,157); }

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

border-color css

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

 span { border-color: rgb(250,100,157); }

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