Html Css Color HEX #FB7275 Froly

📋 copy color: '#FB7275'

red 251 ◦ green 114 ◦ blue 117

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

Shades of Froly #FB7275

Tints of Froly #FB7275

RGB

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

 GREEN value IS 114 (44.92% from 255) = 23.65%

 BLUE value IS 117 (46.09% from 255) = 24.27%

R = 52.07%
G = 23.65%
B = 24.27%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.53

 K value IS 0.02

RGB Variations

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

Color information

#FB7275 (or 0xFB7275) is known color: Froly. HEX triplet: FB, 72 and 75. RGB value is (251,114,117). Sum of RGB (Red+Green+Blue) = 251+114+117=482 (63% of max value = 765). Red value is 251 (98.44% from 255 or 52.07% from 482); Green value is 114 (44.92% from 255 or 23.65% from 482); Blue value is 117 (46.09% from 255 or 24.27% from 482); Max value from RGB is 251 - color contains mainly: red. Hex color #FB7275 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FB7275 is #048D8A. Grayscale: #9B9B9B. Windows color (decimal): -298379 or 7697147. OLE color: 7697147.

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

Color convert

RGB 251 114 117 -
CMYK 0 0.55 0.53 0.02
HSL 358.69º 0.94% 0.72% -
HSV(B) 358.69º 0.55% 0.98% -
XYZ 49.01 33.83 20.78 -
YUV 155.31 106.39 196.26 -
System Red Green Blue C M Y K H S L
Decimal 251 114 117 0 0.55 0.53 0.02 358.69 0.94 0.72
Hex FB 72 75 0 37 35 2 167 5E 48
Octal 373 162 165 0 67 65 2 547 136 110
Binary 11111011 1110010 1110101 0 110111 110101 10 101100111 1011110 1001000

Color Harmonies of #FB7275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB7275

Black with #FB7275

Text Example


Text Example

White with #FB7275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB7275; }

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

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

background-color css

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

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

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

border-color css

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

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

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