Html Css Color HEX #FB6F7E Brink Pink

📋 copy color: '#FB6F7E'

red 251 ◦ green 111 ◦ blue 126

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

Shades of Brink Pink #FB6F7E

Tints of Brink Pink #FB6F7E

RGB

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

 GREEN value IS 111 (43.75% from 255) = 22.75%

 BLUE value IS 126 (49.61% from 255) = 25.82%

R = 51.43%
G = 22.75%
B = 25.82%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.50

 K value IS 0.02

RGB Variations

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

Color information

#FB6F7E (or 0xFB6F7E) is known color: Brink Pink. HEX triplet: FB, 6F and 7E. RGB value is (251,111,126). Sum of RGB (Red+Green+Blue) = 251+111+126=488 (64% of max value = 765). Red value is 251 (98.44% from 255 or 51.43% from 488); Green value is 111 (43.75% from 255 or 22.75% from 488); Blue value is 126 (49.61% from 255 or 25.82% from 488); Max value from RGB is 251 - color contains mainly: red. Hex color #FB6F7E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FB6F7E is #049081. Grayscale: #9A9A9A. Windows color (decimal): -299138 or 8286203. OLE color: 8286203.

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

Color convert

RGB 251 111 126 -
CMYK 0 0.56 0.50 0.02
HSL 353.57º 0.95% 0.71% -
HSV(B) 353.57º 0.56% 0.98% -
XYZ 49.23 33.38 23.59 -
YUV 154.57 111.88 196.78 -
System Red Green Blue C M Y K H S L
Decimal 251 111 126 0 0.56 0.50 0.02 353.57 0.95 0.71
Hex FB 6F 7E 0 38 32 2 162 5F 47
Octal 373 157 176 0 70 62 2 542 137 107
Binary 11111011 1101111 1111110 0 111000 110010 10 101100010 1011111 1000111

Color Harmonies of #FB6F7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB6F7E

Black with #FB6F7E

Text Example


Text Example

White with #FB6F7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB6F7E; }

 p { color: rgb(251,111,126); }

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

background-color css

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

 a { background-color: rgb(251,111,126); }

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

border-color css

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

 span { border-color: rgb(251,111,126); }

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