Html Css Color HEX #FB6595 Brilliant Rose

📋 copy color: '#FB6595'

red 251 ◦ green 101 ◦ blue 149

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

Shades of Brilliant Rose #FB6595

Tints of Brilliant Rose #FB6595

RGB

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

 GREEN value IS 101 (39.84% from 255) = 20.16%

 BLUE value IS 149 (58.59% from 255) = 29.74%

R = 50.1%
G = 20.16%
B = 29.74%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.41

 K value IS 0.02

RGB Variations

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

Color information

#FB6595 (or 0xFB6595) is known color: Brilliant Rose. HEX triplet: FB, 65 and 95. RGB value is (251,101,149). Sum of RGB (Red+Green+Blue) = 251+101+149=501 (66% of max value = 765). Red value is 251 (98.44% from 255 or 50.10% from 501); Green value is 101 (39.84% from 255 or 20.16% from 501); Blue value is 149 (58.59% from 255 or 29.74% from 501); Max value from RGB is 251 - color contains mainly: red. Hex color #FB6595 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FB6595 is #049A6A. Grayscale: #979797. Windows color (decimal): -301675 or 9790971. OLE color: 9790971.

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

Color convert

RGB 251 101 149 -
CMYK 0 0.60 0.41 0.02
HSL 340.8º 0.95% 0.69% -
HSV(B) 340.8º 0.6% 0.98% -
XYZ 49.86 31.99 31.98 -
YUV 151.32 126.7 199.1 -
System Red Green Blue C M Y K H S L
Decimal 251 101 149 0 0.60 0.41 0.02 340.8 0.95 0.69
Hex FB 65 95 0 3C 29 2 155 5F 45
Octal 373 145 225 0 74 51 2 525 137 105
Binary 11111011 1100101 10010101 0 111100 101001 10 101010101 1011111 1000101

Color Harmonies of #FB6595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB6595

Black with #FB6595

Text Example


Text Example

White with #FB6595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB6595; }

 p { color: rgb(251,101,149); }

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

background-color css

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

 a { background-color: rgb(251,101,149); }

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

border-color css

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

 span { border-color: rgb(251,101,149); }

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