Html Css Color HEX #FB40B2 Brilliant Rose

📋 copy color: '#FB40B2'

red 251 ◦ green 64 ◦ blue 178

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

Shades of Brilliant Rose #FB40B2

Tints of Brilliant Rose #FB40B2

RGB

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

 GREEN value IS 64 (25.39% from 255) = 12.98%

 BLUE value IS 178 (69.92% from 255) = 36.11%

R = 50.91%
G = 12.98%
B = 36.11%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.29

 K value IS 0.02

RGB Variations

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

Color information

#FB40B2 (or 0xFB40B2) is known color: Brilliant Rose. HEX triplet: FB, 40 and B2. RGB value is (251,64,178). Sum of RGB (Red+Green+Blue) = 251+64+178=493 (65% of max value = 765). Red value is 251 (98.44% from 255 or 50.91% from 493); Green value is 64 (25.39% from 255 or 12.98% from 493); Blue value is 178 (69.92% from 255 or 36.11% from 493); Max value from RGB is 251 - color contains mainly: red. Hex color #FB40B2 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FB40B2 is #04BF4D. Grayscale: #848484. Windows color (decimal): -311118 or 11682043. OLE color: 11682043.

HSL color Cylindrical-coordinate representation of color #FB40B2: hue angle of 323.42º degrees, saturation: 0.96, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #FB40B2 is Cyan = 0, Magento = 0.75, Yellow = 0.29 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 64 178 -
CMYK 0 0.75 0.29 0.02
HSL 323.42º 0.96% 0.62% -
HSV(B) 323.42º 0.75% 0.98% -
XYZ 49.65 27.39 44.79 -
YUV 132.91 153.45 212.23 -
System Red Green Blue C M Y K H S L
Decimal 251 64 178 0 0.75 0.29 0.02 323.42 0.96 0.62
Hex FB 40 B2 0 4B 1D 2 143 60 3E
Octal 373 100 262 0 113 35 2 503 140 76
Binary 11111011 1000000 10110010 0 1001011 11101 10 101000011 1100000 111110

Color Harmonies of #FB40B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB40B2

Black with #FB40B2

Text Example


Text Example

White with #FB40B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB40B2; }

 p { color: rgb(251,64,178); }

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

background-color css

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

 a { background-color: rgb(251,64,178); }

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

border-color css

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

 span { border-color: rgb(251,64,178); }

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