Html Css Color HEX #FB649A Brilliant Rose

📋 copy color: '#FB649A'

red 251 ◦ green 100 ◦ blue 154

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

Shades of Brilliant Rose #FB649A

Tints of Brilliant Rose #FB649A

RGB

 RED value IS 251 (98.44% from 255) = 49.7%

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

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

R = 49.7%
G = 19.8%
B = 30.5%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.39

 K value IS 0.02

RGB Variations

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

Color information

#FB649A (or 0xFB649A) is known color: Brilliant Rose. HEX triplet: FB, 64 and 9A. RGB value is (251,100,154). Sum of RGB (Red+Green+Blue) = 251+100+154=505 (66% of max value = 765). Red value is 251 (98.44% from 255 or 49.70% from 505); Green value is 100 (39.45% from 255 or 19.80% from 505); Blue value is 154 (60.55% from 255 or 30.50% from 505); Max value from RGB is 251 - color contains mainly: red. Hex color #FB649A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FB649A is #049B65. Grayscale: #979797. Windows color (decimal): -301926 or 10118395. OLE color: 10118395.

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

Color convert

RGB 251 100 154 -
CMYK 0 0.60 0.39 0.02
HSL 338.54º 0.95% 0.69% -
HSV(B) 338.54º 0.6% 0.98% -
XYZ 50.17 31.96 34.1 -
YUV 151.31 129.53 199.11 -
System Red Green Blue C M Y K H S L
Decimal 251 100 154 0 0.60 0.39 0.02 338.54 0.95 0.69
Hex FB 64 9A 0 3C 27 2 153 5F 45
Octal 373 144 232 0 74 47 2 523 137 105
Binary 11111011 1100100 10011010 0 111100 100111 10 101010011 1011111 1000101

Color Harmonies of #FB649A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB649A

Black with #FB649A

Text Example


Text Example

White with #FB649A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB649A; }

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

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

background-color css

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

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

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

border-color css

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

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

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