Html Css Color HEX #FB6295 Brilliant Rose

📋 copy color: '#FB6295'

red 251 ◦ green 98 ◦ blue 149

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

Shades of Brilliant Rose #FB6295

Tints of Brilliant Rose #FB6295

RGB

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

 GREEN value IS 98 (38.67% from 255) = 19.68%

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

R = 50.4%
G = 19.68%
B = 29.92%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.41

 K value IS 0.02

RGB Variations

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

Color information

#FB6295 (or 0xFB6295) is known color: Brilliant Rose. HEX triplet: FB, 62 and 95. RGB value is (251,98,149). Sum of RGB (Red+Green+Blue) = 251+98+149=498 (65% of max value = 765). Red value is 251 (98.44% from 255 or 50.40% from 498); Green value is 98 (38.67% from 255 or 19.68% from 498); Blue value is 149 (58.59% from 255 or 29.92% from 498); Max value from RGB is 251 - color contains mainly: red. Hex color #FB6295 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FB6295 is #049D6A. Grayscale: #959595. Windows color (decimal): -302443 or 9790203. OLE color: 9790203.

HSL color Cylindrical-coordinate representation of color #FB6295: hue angle of 340º degrees, saturation: 0.95, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #FB6295 is Cyan = 0, Magento = 0.61, Yellow = 0.41 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 98 149 -
CMYK 0 0.61 0.41 0.02
HSL 340º 0.95% 0.68% -
HSV(B) 340º 0.61% 0.98% -
XYZ 49.58 31.41 31.88 -
YUV 149.56 127.69 200.35 -
System Red Green Blue C M Y K H S L
Decimal 251 98 149 0 0.61 0.41 0.02 340 0.95 0.68
Hex FB 62 95 0 3D 29 2 154 5F 44
Octal 373 142 225 0 75 51 2 524 137 104
Binary 11111011 1100010 10010101 0 111101 101001 10 101010100 1011111 1000100

Color Harmonies of #FB6295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB6295

Black with #FB6295

Text Example


Text Example

White with #FB6295

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB6295; }

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

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

background-color css

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

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

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

border-color css

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

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

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