Html Css Color HEX #FB6478 Brink Pink

📋 copy color: '#FB6478'

red 251 ◦ green 100 ◦ blue 120

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

Shades of Brink Pink #FB6478

Tints of Brink Pink #FB6478

RGB

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

 GREEN value IS 100 (39.45% from 255) = 21.23%

 BLUE value IS 120 (47.27% from 255) = 25.48%

R = 53.29%
G = 21.23%
B = 25.48%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.52

 K value IS 0.02

RGB Variations

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

Color information

#FB6478 (or 0xFB6478) is known color: Brink Pink. HEX triplet: FB, 64 and 78. RGB value is (251,100,120). Sum of RGB (Red+Green+Blue) = 251+100+120=471 (62% of max value = 765). Red value is 251 (98.44% from 255 or 53.29% from 471); Green value is 100 (39.45% from 255 or 21.23% from 471); Blue value is 120 (47.27% from 255 or 25.48% from 471); Max value from RGB is 251 - color contains mainly: red. Hex color #FB6478 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FB6478 is #049B87. Grayscale: #939393. Windows color (decimal): -301960 or 7890171. OLE color: 7890171.

HSL color Cylindrical-coordinate representation of color #FB6478: hue angle of 352.05º degrees, saturation: 0.95, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FB6478 is Cyan = 0, Magento = 0.60, Yellow = 0.52 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 100 120 -
CMYK 0 0.60 0.52 0.02
HSL 352.05º 0.95% 0.69% -
HSV(B) 352.05º 0.6% 0.98% -
XYZ 47.73 30.98 21.23 -
YUV 147.43 112.53 201.87 -
System Red Green Blue C M Y K H S L
Decimal 251 100 120 0 0.60 0.52 0.02 352.05 0.95 0.69
Hex FB 64 78 0 3C 34 2 160 5F 45
Octal 373 144 170 0 74 64 2 540 137 105
Binary 11111011 1100100 1111000 0 111100 110100 10 101100000 1011111 1000101

Color Harmonies of #FB6478

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB6478

Black with #FB6478

Text Example


Text Example

White with #FB6478

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB6478; }

 p { color: rgb(251,100,120); }

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

background-color css

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

 a { background-color: rgb(251,100,120); }

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

border-color css

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

 span { border-color: rgb(251,100,120); }

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