Html Css Color HEX #FB4FA5 Brilliant Rose

📋 copy color: '#FB4FA5'

red 251 ◦ green 79 ◦ blue 165

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

Shades of Brilliant Rose #FB4FA5

Tints of Brilliant Rose #FB4FA5

RGB

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

 GREEN value IS 79 (31.25% from 255) = 15.96%

 BLUE value IS 165 (64.84% from 255) = 33.33%

R = 50.71%
G = 15.96%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.34

 K value IS 0.02

RGB Variations

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

Color information

#FB4FA5 (or 0xFB4FA5) is known color: Brilliant Rose. HEX triplet: FB, 4F and A5. RGB value is (251,79,165). Sum of RGB (Red+Green+Blue) = 251+79+165=495 (65% of max value = 765). Red value is 251 (98.44% from 255 or 50.71% from 495); Green value is 79 (31.25% from 255 or 15.96% from 495); Blue value is 165 (64.84% from 255 or 33.33% from 495); Max value from RGB is 251 - color contains mainly: red. Hex color #FB4FA5 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FB4FA5 is #04B05A. Grayscale: #8C8C8C. Windows color (decimal): -307291 or 10833915. OLE color: 10833915.

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

Color convert

RGB 251 79 165 -
CMYK 0 0.69 0.34 0.02
HSL 330º 0.96% 0.65% -
HSV(B) 330º 0.69% 0.98% -
XYZ 49.37 28.82 38.56 -
YUV 140.23 141.98 207.01 -
System Red Green Blue C M Y K H S L
Decimal 251 79 165 0 0.69 0.34 0.02 330 0.96 0.65
Hex FB 4F A5 0 45 22 2 14A 60 41
Octal 373 117 245 0 105 42 2 512 140 101
Binary 11111011 1001111 10100101 0 1000101 100010 10 101001010 1100000 1000001

Color Harmonies of #FB4FA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB4FA5

Black with #FB4FA5

Text Example


Text Example

White with #FB4FA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB4FA5; }

 p { color: rgb(251,79,165); }

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

background-color css

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

 a { background-color: rgb(251,79,165); }

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

border-color css

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

 span { border-color: rgb(251,79,165); }

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