Html Css Color HEX #FB757B Froly

📋 copy color: '#FB757B'

red 251 ◦ green 117 ◦ blue 123

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

Shades of Froly #FB757B

Tints of Froly #FB757B

RGB

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

 GREEN value IS 117 (46.09% from 255) = 23.83%

 BLUE value IS 123 (48.44% from 255) = 25.05%

R = 51.12%
G = 23.83%
B = 25.05%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.51

 K value IS 0.02

RGB Variations

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

Color information

#FB757B (or 0xFB757B) is known color: Froly. HEX triplet: FB, 75 and 7B. RGB value is (251,117,123). Sum of RGB (Red+Green+Blue) = 251+117+123=491 (65% of max value = 765). Red value is 251 (98.44% from 255 or 51.12% from 491); Green value is 117 (46.09% from 255 or 23.83% from 491); Blue value is 123 (48.44% from 255 or 25.05% from 491); Max value from RGB is 251 - color contains mainly: red. Hex color #FB757B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FB757B is #048A84. Grayscale: #9D9D9D. Windows color (decimal): -297605 or 8091131. OLE color: 8091131.

HSL color Cylindrical-coordinate representation of color #FB757B: hue angle of 357.31º degrees, saturation: 0.94, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #FB757B is Cyan = 0, Magento = 0.53, Yellow = 0.51 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 117 123 -
CMYK 0 0.53 0.51 0.02
HSL 357.31º 0.94% 0.72% -
HSV(B) 357.31º 0.53% 0.98% -
XYZ 49.72 34.66 22.81 -
YUV 157.75 108.39 194.51 -
System Red Green Blue C M Y K H S L
Decimal 251 117 123 0 0.53 0.51 0.02 357.31 0.94 0.72
Hex FB 75 7B 0 35 33 2 165 5E 48
Octal 373 165 173 0 65 63 2 545 136 110
Binary 11111011 1110101 1111011 0 110101 110011 10 101100101 1011110 1001000

Color Harmonies of #FB757B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB757B

Black with #FB757B

Text Example


Text Example

White with #FB757B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB757B; }

 p { color: rgb(251,117,123); }

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

background-color css

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

 a { background-color: rgb(251,117,123); }

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

border-color css

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

 span { border-color: rgb(251,117,123); }

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