Html Css Color HEX #FB6296 Brilliant Rose

📋 copy color: '#FB6296'

red 251 ◦ green 98 ◦ blue 150

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

Shades of Brilliant Rose #FB6296

Tints of Brilliant Rose #FB6296

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 30.06%

R = 50.3%
G = 19.64%
B = 30.06%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.40

 K value IS 0.02

RGB Variations

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

Color information

#FB6296 (or 0xFB6296) is known color: Brilliant Rose. HEX triplet: FB, 62 and 96. RGB value is (251,98,150). Sum of RGB (Red+Green+Blue) = 251+98+150=499 (66% of max value = 765). Red value is 251 (98.44% from 255 or 50.30% from 499); Green value is 98 (38.67% from 255 or 19.64% from 499); Blue value is 150 (58.98% from 255 or 30.06% from 499); Max value from RGB is 251 - color contains mainly: red. Hex color #FB6296 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FB6296 is #049D69. Grayscale: #959595. Windows color (decimal): -302442 or 9855739. OLE color: 9855739.

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

Color convert

RGB 251 98 150 -
CMYK 0 0.61 0.40 0.02
HSL 339.61º 0.95% 0.68% -
HSV(B) 339.61º 0.61% 0.98% -
XYZ 49.66 31.45 32.31 -
YUV 149.68 128.19 200.27 -
System Red Green Blue C M Y K H S L
Decimal 251 98 150 0 0.61 0.40 0.02 339.61 0.95 0.68
Hex FB 62 96 0 3D 28 2 154 5F 44
Octal 373 142 226 0 75 50 2 524 137 104
Binary 11111011 1100010 10010110 0 111101 101000 10 101010100 1011111 1000100

Color Harmonies of #FB6296

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB6296

Black with #FB6296

Text Example


Text Example

White with #FB6296

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB6296; }

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

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

background-color css

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

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

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

border-color css

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

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

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