Html Css Color HEX #FB52AF Brilliant Rose

📋 copy color: '#FB52AF'

red 251 ◦ green 82 ◦ blue 175

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

Shades of Brilliant Rose #FB52AF

Tints of Brilliant Rose #FB52AF

RGB

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

 GREEN value IS 82 (32.42% from 255) = 16.14%

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

R = 49.41%
G = 16.14%
B = 34.45%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.30

 K value IS 0.02

RGB Variations

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

Color information

#FB52AF (or 0xFB52AF) is known color: Brilliant Rose. HEX triplet: FB, 52 and AF. RGB value is (251,82,175). Sum of RGB (Red+Green+Blue) = 251+82+175=508 (67% of max value = 765). Red value is 251 (98.44% from 255 or 49.41% from 508); Green value is 82 (32.42% from 255 or 16.14% from 508); Blue value is 175 (68.75% from 255 or 34.45% from 508); Max value from RGB is 251 - color contains mainly: red. Hex color #FB52AF is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FB52AF is #04AD50. Grayscale: #8E8E8E. Windows color (decimal): -306513 or 11490043. OLE color: 11490043.

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

Color convert

RGB 251 82 175 -
CMYK 0 0.67 0.30 0.02
HSL 326.98º 0.95% 0.65% -
HSV(B) 326.98º 0.67% 0.98% -
XYZ 50.54 29.64 43.61 -
YUV 143.13 145.99 204.94 -
System Red Green Blue C M Y K H S L
Decimal 251 82 175 0 0.67 0.30 0.02 326.98 0.95 0.65
Hex FB 52 AF 0 43 1E 2 147 5F 41
Octal 373 122 257 0 103 36 2 507 137 101
Binary 11111011 1010010 10101111 0 1000011 11110 10 101000111 1011111 1000001

Color Harmonies of #FB52AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB52AF

Black with #FB52AF

Text Example


Text Example

White with #FB52AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB52AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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