Html Css Color HEX #FA649B Brilliant Rose

📋 copy color: '#FA649B'

red 250 ◦ green 100 ◦ blue 155

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

Shades of Brilliant Rose #FA649B

Tints of Brilliant Rose #FA649B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 30.69%

R = 49.5%
G = 19.8%
B = 30.69%

CMYK

 C value IS 0

 M value IS 0.6

 Y value IS 0.38

 K value IS 0.02

RGB Variations

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

Color information

#FA649B (or 0xFA649B) is known color: Brilliant Rose. HEX triplet: FA, 64 and 9B. RGB value is (250,100,155). Sum of RGB (Red+Green+Blue) = 250+100+155=505 (66% of max value = 765). Red value is 250 (98.05% from 255 or 49.50% from 505); Green value is 100 (39.45% from 255 or 19.80% from 505); Blue value is 155 (60.94% from 255 or 30.69% from 505); Max value from RGB is 250 - color contains mainly: red. Hex color #FA649B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA649B is #059B64. Grayscale: #979797. Windows color (decimal): -367461 or 10183930. OLE color: 10183930.

HSL color Cylindrical-coordinate representation of color #FA649B: hue angle of 338º 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 #FA649B is Cyan = 0, Magento = 0.6, Yellow = 0.38 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 100 155 -
CMYK 0 0.6 0.38 0.02
HSL 338º 0.94% 0.69% -
HSV(B) 338º 0.6% 0.98% -
XYZ 49.9 31.8 34.52 -
YUV 151.12 130.2 198.53 -
System Red Green Blue C M Y K H S L
Decimal 250 100 155 0 0.6 0.38 0.02 338 0.94 0.69
Hex FA 64 9B 0 3C 26 2 152 5E 45
Octal 372 144 233 0 74 46 2 522 136 105
Binary 11111010 1100100 10011011 0 111100 100110 10 101010010 1011110 1000101

Color Harmonies of #FA649B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA649B

Black with #FA649B

Text Example


Text Example

White with #FA649B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA649B; }

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

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

background-color css

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

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

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

border-color css

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

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

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