Html Css Color HEX #FB6C6F Froly

📋 copy color: '#FB6C6F'

red 251 ◦ green 108 ◦ blue 111

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

Shades of Froly #FB6C6F

Tints of Froly #FB6C6F

RGB

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

 GREEN value IS 108 (42.58% from 255) = 22.98%

 BLUE value IS 111 (43.75% from 255) = 23.62%

R = 53.4%
G = 22.98%
B = 23.62%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.56

 K value IS 0.02

RGB Variations

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

Color information

#FB6C6F (or 0xFB6C6F) is known color: Froly. HEX triplet: FB, 6C and 6F. RGB value is (251,108,111). Sum of RGB (Red+Green+Blue) = 251+108+111=470 (62% of max value = 765). Red value is 251 (98.44% from 255 or 53.40% from 470); Green value is 108 (42.58% from 255 or 22.98% from 470); Blue value is 111 (43.75% from 255 or 23.62% from 470); Max value from RGB is 251 - color contains mainly: red. Hex color #FB6C6F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FB6C6F is #049390. Grayscale: #979797. Windows color (decimal): -299921 or 7302395. OLE color: 7302395.

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

Color convert

RGB 251 108 111 -
CMYK 0 0.57 0.56 0.02
HSL 358.74º 0.95% 0.7% -
HSV(B) 358.74º 0.57% 0.98% -
XYZ 48.02 32.38 18.76 -
YUV 151.1 105.38 199.26 -
System Red Green Blue C M Y K H S L
Decimal 251 108 111 0 0.57 0.56 0.02 358.74 0.95 0.7
Hex FB 6C 6F 0 39 38 2 167 5F 46
Octal 373 154 157 0 71 70 2 547 137 106
Binary 11111011 1101100 1101111 0 111001 111000 10 101100111 1011111 1000110

Color Harmonies of #FB6C6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB6C6F

Black with #FB6C6F

Text Example


Text Example

White with #FB6C6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB6C6F; }

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

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

background-color css

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

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

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

border-color css

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

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

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