Html Css Color HEX #FB40AF Brilliant Rose

📋 copy color: '#FB40AF'

red 251 ◦ green 64 ◦ blue 175

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

Shades of Brilliant Rose #FB40AF

Tints of Brilliant Rose #FB40AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 35.71%

R = 51.22%
G = 13.06%
B = 35.71%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.30

 K value IS 0.02

RGB Variations

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

Color information

#FB40AF (or 0xFB40AF) is known color: Brilliant Rose. HEX triplet: FB, 40 and AF. RGB value is (251,64,175). Sum of RGB (Red+Green+Blue) = 251+64+175=490 (64% of max value = 765). Red value is 251 (98.44% from 255 or 51.22% from 490); Green value is 64 (25.39% from 255 or 13.06% from 490); Blue value is 175 (68.75% from 255 or 35.71% from 490); Max value from RGB is 251 - color contains mainly: red. Hex color #FB40AF is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FB40AF is #04BF50. Grayscale: #848484. Windows color (decimal): -311121 or 11485435. OLE color: 11485435.

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

Color convert

RGB 251 64 175 -
CMYK 0 0.75 0.30 0.02
HSL 324.39º 0.96% 0.62% -
HSV(B) 324.39º 0.75% 0.98% -
XYZ 49.35 27.27 43.22 -
YUV 132.57 151.95 212.47 -
System Red Green Blue C M Y K H S L
Decimal 251 64 175 0 0.75 0.30 0.02 324.39 0.96 0.62
Hex FB 40 AF 0 4B 1E 2 144 60 3E
Octal 373 100 257 0 113 36 2 504 140 76
Binary 11111011 1000000 10101111 0 1001011 11110 10 101000100 1100000 111110

Color Harmonies of #FB40AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB40AF

Black with #FB40AF

Text Example


Text Example

White with #FB40AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB40AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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